aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/chrp_smp.c
diff options
context:
space:
mode:
authorJon Loeliger <linuxppc@jdl.com>2005-09-17 11:35:08 -0400
committerPaul Mackerras <paulus@samba.org>2005-09-18 19:38:49 -0400
commitf495a8bfd6a52cf32859f93d5320bb234d8a9560 (patch)
treeb3159974aa2dc6de8406af66bc3b1ac5b10e4f94 /arch/ppc/platforms/chrp_smp.c
parent7da8f8600a4751d7f0248e00d973901b7371fabc (diff)
[PATCH] powerpc: Remove sections use from ppc
Here is a new patch that removes all notion of the pmac, prep, chrp and openfirmware initialization sections, and then unifies the sections.h files without those __pmac, etc, sections identifiers cluttering things up. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/chrp_smp.c')
-rw-r--r--arch/ppc/platforms/chrp_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/chrp_smp.c b/arch/ppc/platforms/chrp_smp.c
index 0ea1f7d9e46a..dc62e3209443 100644
--- a/arch/ppc/platforms/chrp_smp.c
+++ b/arch/ppc/platforms/chrp_smp.c
@@ -88,7 +88,7 @@ smp_chrp_take_timebase(void)
88} 88}
89 89
90/* CHRP with openpic */ 90/* CHRP with openpic */
91struct smp_ops_t chrp_smp_ops __chrpdata = { 91struct smp_ops_t chrp_smp_ops = {
92 .message_pass = smp_openpic_message_pass, 92 .message_pass = smp_openpic_message_pass,
93 .probe = smp_chrp_probe, 93 .probe = smp_chrp_probe,
94 .kick_cpu = smp_chrp_kick_cpu, 94 .kick_cpu = smp_chrp_kick_cpu,