From: Paul Mackerras Date: Thu, 10 Nov 2005 03:23:18 +0000 (+1100) Subject: powerpc: Fix typo introduced in merging platform codes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3db9aaaf87b77eb9669157c723f6cb7e234bcef0;p=deliverable%2Flinux.git powerpc: Fix typo introduced in merging platform codes Signed-off-by: Paul Mackerras --- 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").