Skip to content

Commit

Permalink
m68knommu: mv definition of check_pgt_cache()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Mar 24, 2009
1 parent ac55cdf commit c8bd427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/m68k/include/asm/pgalloc_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

#include <asm/setup.h>

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

#endif /* _M68KNOMMU_PGALLOC_H */
2 changes: 2 additions & 0 deletions arch/m68k/include/asm/pgtable_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit c8bd427

Please sign in to comment.