Browse Source

m68knommu: mv definition of check_pgt_cache()

Move the definition of check_pgt_cache() to be consistent with where
m68k defines it. (Will make merging of these headers easier later on).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Greg Ungerer 16 năm trước cách đây
mục cha
commit
c8bd42707f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 0 2
      arch/m68k/include/asm/pgalloc_no.h
  2. 2 0
      arch/m68k/include/asm/pgtable_no.h

+ 0 - 2
arch/m68k/include/asm/pgalloc_no.h

@@ -3,6 +3,4 @@
 
 #include <asm/setup.h>
 
-#define check_pgt_cache()	do { } while (0)
-
 #endif /* _M68KNOMMU_PGALLOC_H */

+ 2 - 0
arch/m68k/include/asm/pgtable_no.h

@@ -67,4 +67,6 @@ extern unsigned int kobjsize(const void *objp);
 
 #include <asm-generic/pgtable.h>
 
+#define check_pgt_cache()	do { } while (0)
+
 #endif /* _M68KNOMMU_PGTABLE_H */