diff options
Diffstat (limited to 'arch/x86/mm/highmem_32.c')
-rw-r--r-- | arch/x86/mm/highmem_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c index ae4c8dae2669..f256e73542d7 100644 --- a/arch/x86/mm/highmem_32.c +++ b/arch/x86/mm/highmem_32.c | |||
@@ -128,6 +128,8 @@ void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot) | |||
128 | 128 | ||
129 | pagefault_disable(); | 129 | pagefault_disable(); |
130 | 130 | ||
131 | debug_kmap_atomic_prot(type); | ||
132 | |||
131 | idx = type + KM_TYPE_NR * smp_processor_id(); | 133 | idx = type + KM_TYPE_NR * smp_processor_id(); |
132 | vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx); | 134 | vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx); |
133 | set_pte(kmap_pte - idx, pfn_pte(pfn, prot)); | 135 | set_pte(kmap_pte - idx, pfn_pte(pfn, prot)); |