Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1c3a554 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

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: default avatarPaul Mackerras <paulus@samba.org>
parent 0cb7b2af
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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