]> err.no Git - linux-2.6/blobdiff - include/asm-mips/pgalloc.h
[PATCH] jffs/jffs2: remove wrong function prototypes
[linux-2.6] / include / asm-mips / pgalloc.h
index 2d63f5ba403fe24b6568ff73a21b856a50ed62d8..ce57288d43bd5cdbea3d7ea0bc5d18de9d091e9d 100644 (file)
@@ -85,7 +85,7 @@ static inline void pte_free(struct page *pte)
 
 #define __pte_free_tlb(tlb,pte)                tlb_remove_page((tlb),(pte))
 
-#ifdef CONFIG_MIPS32
+#ifdef CONFIG_32BIT
 #define pgd_populate(mm, pmd, pte)     BUG()
 
 /*
@@ -97,7 +97,7 @@ static inline void pte_free(struct page *pte)
 #define __pmd_free_tlb(tlb,x)          do { } while (0)
 #endif
 
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
 
 #define pgd_populate(mm, pgd, pmd)     set_pgd(pgd, __pgd(pmd))