]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ppc: Minor smp changes for consistency with ppc64
authorPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 11:44:51 +0000 (21:44 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 11:44:51 +0000 (21:44 +1000)
commit7ed476d17f04473f70d796cb6c172bdcfcc9b8e5
treebafacf9813cdbb27a9e4a125340c98415cdcb903
parent46aab8c584ea69cdbe1060f5eae5bf092763f710
ppc: Minor smp changes for consistency with ppc64

This makes platform code use the smp_ops variable directly instead
of ppc_md.smp_ops, removes the two unused `data' and `wait' arguments
from the *_message_pass() functions, and removes the call to the
never-implemented smp_ops->space_timers() function.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/setup.c
arch/powerpc/platforms/powermac/smp.c
arch/ppc/kernel/smp.c
arch/ppc/platforms/chrp_setup.c
arch/ppc/platforms/gemini_setup.c
arch/ppc/platforms/hdpu.c
arch/ppc/platforms/pmac_setup.c
arch/ppc/platforms/pmac_smp.c
arch/ppc/platforms/pplus.c
arch/ppc/platforms/prep_setup.c
arch/ppc/syslib/open_pic.c