diff options
Diffstat (limited to 'arch/ppc/platforms/chrp_smp.c')
-rw-r--r-- | arch/ppc/platforms/chrp_smp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/platforms/chrp_smp.c b/arch/ppc/platforms/chrp_smp.c index 0ea1f7d9e46a..97e539557ecb 100644 --- a/arch/ppc/platforms/chrp_smp.c +++ b/arch/ppc/platforms/chrp_smp.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <asm/residual.h> | 31 | #include <asm/residual.h> |
32 | #include <asm/time.h> | 32 | #include <asm/time.h> |
33 | #include <asm/open_pic.h> | 33 | #include <asm/open_pic.h> |
34 | #include <asm/machdep.h> | ||
34 | 35 | ||
35 | extern unsigned long smp_chrp_cpu_nr; | 36 | extern unsigned long smp_chrp_cpu_nr; |
36 | 37 | ||
@@ -88,7 +89,7 @@ smp_chrp_take_timebase(void) | |||
88 | } | 89 | } |
89 | 90 | ||
90 | /* CHRP with openpic */ | 91 | /* CHRP with openpic */ |
91 | struct smp_ops_t chrp_smp_ops __chrpdata = { | 92 | struct smp_ops_t chrp_smp_ops = { |
92 | .message_pass = smp_openpic_message_pass, | 93 | .message_pass = smp_openpic_message_pass, |
93 | .probe = smp_chrp_probe, | 94 | .probe = smp_chrp_probe, |
94 | .kick_cpu = smp_chrp_kick_cpu, | 95 | .kick_cpu = smp_chrp_kick_cpu, |