powerpc: 32-bit needs cur_cpu_spec exported too
authorPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 12:08:55 +0000 (22:08 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 12:08:55 +0000 (22:08 +1000)
commitc1c3a554a32c3de1340887caa5729d67ed6684d6
treed01e4d07588f4d596c81be01fb7920e1d1697265
parent0cb7b2afd79c5715cbd1d4eee826571fb17fdd65
powerpc: 32-bit needs cur_cpu_spec exported too

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