projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb7b2a
)
powerpc: 32-bit needs cur_cpu_spec exported too
author
Paul Mackerras
<paulus@samba.org>
Sat, 29 Oct 2005 12:08:55 +0000
(22:08 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 29 Oct 2005 12:08:55 +0000
(22:08 +1000)
Somehow we ended up with an #ifdef CONFIG_PPC64 around the export
of cur_cpu_spec, but raid6 as a module needs it on ppc32 as well
as ppc64.
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/cputable.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/cputable.c
b/arch/powerpc/kernel/cputable.c
index 1fb80baebc8763379f8ee286211bfc8f5125de8e..b91345fa0805fd36b5874c23d2b072f328522f25 100644
(file)
--- a/
arch/powerpc/kernel/cputable.c
+++ b/
arch/powerpc/kernel/cputable.c
@@
-21,9
+21,7
@@
#include <asm/cputable.h>
struct cpu_spec* cur_cpu_spec = NULL;
-#ifdef CONFIG_PPC64
EXPORT_SYMBOL(cur_cpu_spec);
-#endif
/* NOTE:
* Unlike ppc32, ppc64 will only call this once for the boot CPU, it's