diff options
author | David Howells <dhowells@redhat.com> | 2009-04-09 17:32:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-09 10:46:05 -0700 |
commit | 6fde836b54f1f0ca3d3c8b7aaf44165a08fe0f9f (patch) | |
tree | 9abb01999f006f23d94c95458cedef476beef79f /include/asm-frv/pgtable.h | |
parent | 34574dd10b6d0697b86703388d6d6af9cbf4bb48 (diff) | |
download | op-kernel-dev-6fde836b54f1f0ca3d3c8b7aaf44165a08fe0f9f.zip op-kernel-dev-6fde836b54f1f0ca3d3c8b7aaf44165a08fe0f9f.tar.gz |
FRV: Use <asm-generic/pgtable.h> in NOMMU mode
asm-frv/pgtable.h could just #include <asm-generic/pgtable.h> in NOMMU mode
rather than #defining macros for lazy MMU and CPU stuff.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-frv/pgtable.h')
-rw-r--r-- | include/asm-frv/pgtable.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-frv/pgtable.h b/include/asm-frv/pgtable.h index e16fdb1..3323301 100644 --- a/include/asm-frv/pgtable.h +++ b/include/asm-frv/pgtable.h @@ -71,10 +71,8 @@ static inline int pte_file(pte_t pte) { return 0; } #define swapper_pg_dir ((pgd_t *) NULL) #define pgtable_cache_init() do {} while (0) -#define arch_enter_lazy_mmu_mode() do {} while (0) -#define arch_leave_lazy_mmu_mode() do {} while (0) -#define arch_enter_lazy_cpu_mode() do {} while (0) -#define arch_leave_lazy_cpu_mode() do {} while (0) + +#include <asm-generic/pgtable.h> #else /* !CONFIG_MMU */ /*****************************************************************************/ |