Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25937
b: refs/heads/master
c: f13b68e
h: refs/heads/master
i:
  25935: 58b5be8
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent c9007e8 commit e8dffeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41d4f0e61283f6807553c129416fc20766a7043f
refs/heads/master: f13b68e8174657b0253ca7cf263521ed3ac19125
2 changes: 2 additions & 0 deletions trunk/arch/mips/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void __kunmap_atomic(void *kvaddr, enum km_type type)
preempt_check_resched();
}

#ifndef CONFIG_LIMITED_DMA
/*
* This is the same as kmap_atomic() but can map memory that doesn't
* have a struct page associated with it.
Expand All @@ -101,6 +102,7 @@ void *kmap_atomic_pfn(unsigned long pfn, enum km_type type)

return (void*) vaddr;
}
#endif /* CONFIG_LIMITED_DMA */

struct page *__kmap_atomic_to_page(void *ptr)
{
Expand Down

0 comments on commit e8dffeb

Please sign in to comment.