aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-10 14:23:18 +1100
committerPaul Mackerras <paulus@samba.org>2005-11-10 14:23:18 +1100
commit3db9aaaf87b77eb9669157c723f6cb7e234bcef0 (patch)
tree47f46dc10144e784aa97d70b4fd8fe6ab43f9842 /include/asm-powerpc
parent[PATCH] powerpc: merge code values for identifying platforms (diff)
downloadlinux-dev-3db9aaaf87b77eb9669157c723f6cb7e234bcef0.tar.xz
linux-dev-3db9aaaf87b77eb9669157c723f6cb7e234bcef0.zip
powerpc: Fix typo introduced in merging platform codes
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/processor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-powerpc/processor.h b/include/asm-powerpc/processor.h
index 82e3f4e6550d..f6f186b56b0f 100644
--- a/include/asm-powerpc/processor.h
+++ b/include/asm-powerpc/processor.h
@@ -78,14 +78,11 @@ extern unsigned char ucBoardRevMaj, ucBoardRevMin;
/*
* iSeries is soon to become MULTIPLATFORM hopefully ...
*/
-#define _machine CONFIG_PPC_ISERIES_LPAR
+#define _machine PLATFORM_ISERIES_LPAR
#else
#define _machine 0
#endif /* CONFIG_PPC_MULTIPLATFORM */
-
-
-
/*
* Default implementation of macro that returns current
* instruction pointer ("program counter").