1
0
Fork 0

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>
hifive-unleashed-5.1
Greg Ungerer 2009-02-05 09:58:44 +10:00
parent ac55cdfb02
commit c8bd42707f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 */