Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
-2
arch/m68k/include/asm/pgalloc_no.h
··· 3 3 4 4 #include <asm/setup.h> 5 5 6 - #define check_pgt_cache() do { } while (0) 7 - 8 6 #endif /* _M68KNOMMU_PGALLOC_H */
+2
arch/m68k/include/asm/pgtable_no.h
··· 67 67 68 68 #include <asm-generic/pgtable.h> 69 69 70 + #define check_pgt_cache() do { } while (0) 71 + 70 72 #endif /* _M68KNOMMU_PGTABLE_H */