Skip to content

Commit

Permalink
powerpc: Fix typo introduced in merging platform codes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Nov 10, 2005
1 parent 799d604 commit 3db9aaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/asm-powerpc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down

0 comments on commit 3db9aaa

Please sign in to comment.