aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-07-30 08:48:27 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-30 08:48:27 -0700
commit1fe595bb588ac1d4b10fdf4cdd0f959e2ba880dd (patch)
tree1b4b6a9ea01224b2d1c6c2672e00cd0d18e5459b /include
parent355a1bb9397f3b858b29cd1c931b6b5cf60e73cc (diff)
downloadhistory-1fe595bb588ac1d4b10fdf4cdd0f959e2ba880dd.tar.gz
[PATCH] #if abuses
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/mmu_context.h b/include/asm-ppc/mmu_context.h
index 1ad441d6ec788e..9222fa6ca17233 100644
--- a/include/asm-ppc/mmu_context.h
+++ b/include/asm-ppc/mmu_context.h
@@ -63,7 +63,7 @@ static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
#define LAST_CONTEXT 255
#define FIRST_CONTEXT 1
-#elif CONFIG_E500
+#elif defined(CONFIG_E500)
#define NO_CONTEXT 256
#define LAST_CONTEXT 255
#define FIRST_CONTEXT 1