diff options
Diffstat (limited to 'arch/mips/mm/highmem.c')
-rw-r--r-- | arch/mips/mm/highmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c index 127d732474bf..6a2b1bf9ef11 100644 --- a/arch/mips/mm/highmem.c +++ b/arch/mips/mm/highmem.c | |||
@@ -64,7 +64,7 @@ void *__kmap_atomic(struct page *page, enum km_type type) | |||
64 | } | 64 | } |
65 | EXPORT_SYMBOL(__kmap_atomic); | 65 | EXPORT_SYMBOL(__kmap_atomic); |
66 | 66 | ||
67 | void __kunmap_atomic(void *kvaddr, enum km_type type) | 67 | void __kunmap_atomic_notypecheck(void *kvaddr, enum km_type type) |
68 | { | 68 | { |
69 | #ifdef CONFIG_DEBUG_HIGHMEM | 69 | #ifdef CONFIG_DEBUG_HIGHMEM |
70 | unsigned long vaddr = (unsigned long) kvaddr & PAGE_MASK; | 70 | unsigned long vaddr = (unsigned long) kvaddr & PAGE_MASK; |
@@ -87,7 +87,7 @@ void __kunmap_atomic(void *kvaddr, enum km_type type) | |||
87 | 87 | ||
88 | pagefault_enable(); | 88 | pagefault_enable(); |
89 | } | 89 | } |
90 | EXPORT_SYMBOL(__kunmap_atomic); | 90 | EXPORT_SYMBOL(__kunmap_atomic_notypecheck); |
91 | 91 | ||
92 | /* | 92 | /* |
93 | * This is the same as kmap_atomic() but can map memory that doesn't | 93 | * This is the same as kmap_atomic() but can map memory that doesn't |