Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8bd4270 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent ac55cdfb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,6 +3,4 @@

#include <asm/setup.h>

#define check_pgt_cache()	do { } while (0)

#endif /* _M68KNOMMU_PGALLOC_H */
+2 −0
Original line number Diff line number Diff line
@@ -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 */