浏览代码

powerpc: Fix typo introduced in merging platform codes

Signed-off-by: Paul Mackerras <paulus@samba.org>
Paul Mackerras 19 年之前
父节点
当前提交
3db9aaaf87
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      include/asm-powerpc/processor.h

+ 1 - 4
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").