diff options
Diffstat (limited to 'arch/avr32/include')
-rw-r--r-- | arch/avr32/include/asm/pgtable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/include/asm/pgtable.h b/arch/avr32/include/asm/pgtable.h index a9ae30c41e74..6fbfea61f7bb 100644 --- a/arch/avr32/include/asm/pgtable.h +++ b/arch/avr32/include/asm/pgtable.h | |||
@@ -319,9 +319,7 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | |||
319 | #define pte_offset_kernel(dir, address) \ | 319 | #define pte_offset_kernel(dir, address) \ |
320 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) | 320 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) |
321 | #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) | 321 | #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) |
322 | #define pte_offset_map_nested(dir, address) pte_offset_kernel(dir, address) | ||
323 | #define pte_unmap(pte) do { } while (0) | 322 | #define pte_unmap(pte) do { } while (0) |
324 | #define pte_unmap_nested(pte) do { } while (0) | ||
325 | 323 | ||
326 | struct vm_area_struct; | 324 | struct vm_area_struct; |
327 | extern void update_mmu_cache(struct vm_area_struct * vma, | 325 | extern void update_mmu_cache(struct vm_area_struct * vma, |