projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799d604
)
powerpc: Fix typo introduced in merging platform codes
author
Paul Mackerras
<paulus@samba.org>
Thu, 10 Nov 2005 03:23:18 +0000
(14:23 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 10 Nov 2005 03:23:18 +0000
(14:23 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/processor.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/processor.h
b/include/asm-powerpc/processor.h
index 82e3f4e6550d8f6b5f27bd575583af7dd62f768e..f6f186b56b0f57966733f945db65fd42525232d5 100644
(file)
--- 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").
This page took
0.025845 seconds
and
5
git commands to generate.