projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67764a0
)
[PATCH] Remove _machine macro
author
s.hauer@pengutronix.de
<s.hauer@pengutronix.de>
Thu, 2 Nov 2006 12:56:01 +0000
(13:56 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 13 Nov 2006 03:44:58 +0000
(14:44 +1100)
The _machine macro was once used for compatibility with ARCH=ppc
drivers. It is unused in current kernels, so remove it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/processor.h
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/processor.h
b/include/asm-powerpc/processor.h
index
6cb6fb1
..
a26c32e
100644
(file)
--- a/
include/asm-powerpc/processor.h
+++ b/
include/asm-powerpc/processor.h
@@
-53,10
+53,6
@@
extern unsigned char ucBoardRevMaj, ucBoardRevMin;
#endif /* CONFIG_PPC_PREP */
-#ifndef CONFIG_PPC_MULTIPLATFORM
-#define _machine 0
-#endif /* CONFIG_PPC_MULTIPLATFORM */
-
#endif /* defined(__KERNEL__) && defined(CONFIG_PPC32) */
/*