aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/cputable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 1fb80baebc87..b91345fa0805 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -21,9 +21,7 @@
21#include <asm/cputable.h> 21#include <asm/cputable.h>
22 22
23struct cpu_spec* cur_cpu_spec = NULL; 23struct cpu_spec* cur_cpu_spec = NULL;
24#ifdef CONFIG_PPC64
25EXPORT_SYMBOL(cur_cpu_spec); 24EXPORT_SYMBOL(cur_cpu_spec);
26#endif
27 25
28/* NOTE: 26/* NOTE:
29 * Unlike ppc32, ppc64 will only call this once for the boot CPU, it's 27 * Unlike ppc32, ppc64 will only call this once for the boot CPU, it's