]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/sh/include/asm/pgtable_32.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
[net-next-2.6.git] / arch / sh / include / asm / pgtable_32.h
index ae1a6ef71f378f266b568b3b39e56a84bb6153ac..43528ec656bad5fc13db8d8c359d88c100969d57 100644 (file)
@@ -427,10 +427,7 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
 #define pte_offset_kernel(dir, address) \
        ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address))
 #define pte_offset_map(dir, address)           pte_offset_kernel(dir, address)
-#define pte_offset_map_nested(dir, address)    pte_offset_kernel(dir, address)
-
 #define pte_unmap(pte)         do { } while (0)
-#define pte_unmap_nested(pte)  do { } while (0)
 
 #ifdef CONFIG_X2TLB
 #define pte_ERROR(e) \