powerpc/smp: remove the incorrect decrementer initial codes for AP
authorTiejun Chen <tiejun.chen@windriver.com>
Thu, 15 Jul 2010 20:17:11 +0000 (20:17 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 31 Jul 2010 04:56:31 +0000 (14:56 +1000)
commitd77cb21b578a5428482bc0fd187f7c0518a0b32a
tree15a14c874d90bb1e92ed674c05fe87c4c20baded
parent1927445a7376e183072e6147a9641088b9b6a30e
powerpc/smp: remove the incorrect decrementer initial codes for AP

We already defined start_cpu_decrementer() to invoke decrementer for AP as
the following path:

start_secondary() -> secondary_cpu_time_init() -> start_cpu_decrementer()

So remove these incorrect codes introduced from commit:
e7f75ad0 powerpc/47x: Base ppc476 support

And actually we really should not enable decrementer before calling set_dec().

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/smp.c