aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorJohannes Weiner <jw@emlix.com>2009-03-04 16:21:28 +0100
committerChris Zankel <chris@zankel.net>2009-04-02 23:38:10 -0700
commit4f682fbb27deb308ca6a1e24ec9c2be41e6d1026 (patch)
treea2ac426c3f789797518da83fd7a81a50385ee83a /arch/xtensa
parentserial: fixup /proc/tty/driver/serial after proc_fops conversion (diff)
downloadlinux-dev-4f682fbb27deb308ca6a1e24ec9c2be41e6d1026.tar.xz
linux-dev-4f682fbb27deb308ca6a1e24ec9c2be41e6d1026.zip
xtensa: remove redefinition of XCHAL_MMU_ASID_BITS
This constant is defined in all core headers. Remove the redundant definition which might error out if other includes lead to inclusion of <variant/core.h>. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/include/asm/mmu_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/mmu_context.h b/arch/xtensa/include/asm/mmu_context.h
index c0fd8e5b4513..6b7c19c8f4ce 100644
--- a/arch/xtensa/include/asm/mmu_context.h
+++ b/arch/xtensa/include/asm/mmu_context.h
@@ -16,13 +16,13 @@
#include <linux/stringify.h>
#include <linux/sched.h>
+#include <variant/core.h>
+
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
#include <asm-generic/mm_hooks.h>
-#define XCHAL_MMU_ASID_BITS 8
-
#if (XCHAL_HAVE_TLBS != 1)
# error "Linux must have an MMU!"
#endif