diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-09 22:23:18 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-09 22:23:18 -0500 |
commit | 3db9aaaf87b77eb9669157c723f6cb7e234bcef0 (patch) | |
tree | 47f46dc10144e784aa97d70b4fd8fe6ab43f9842 /include/asm-powerpc/processor.h | |
parent | 799d6046d3fb557006e6d7c9767fdb96479b0e0a (diff) |
powerpc: Fix typo introduced in merging platform codes
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/processor.h')
-rw-r--r-- | include/asm-powerpc/processor.h | 5 |
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; | |||
78 | /* | 78 | /* |
79 | * iSeries is soon to become MULTIPLATFORM hopefully ... | 79 | * iSeries is soon to become MULTIPLATFORM hopefully ... |
80 | */ | 80 | */ |
81 | #define _machine CONFIG_PPC_ISERIES_LPAR | 81 | #define _machine PLATFORM_ISERIES_LPAR |
82 | #else | 82 | #else |
83 | #define _machine 0 | 83 | #define _machine 0 |
84 | #endif /* CONFIG_PPC_MULTIPLATFORM */ | 84 | #endif /* CONFIG_PPC_MULTIPLATFORM */ |
85 | 85 | ||
86 | |||
87 | |||
88 | |||
89 | /* | 86 | /* |
90 | * Default implementation of macro that returns current | 87 | * Default implementation of macro that returns current |
91 | * instruction pointer ("program counter"). | 88 | * instruction pointer ("program counter"). |