From: Tiejun Chen Date: Thu, 15 Jul 2010 20:17:11 +0000 (+0000) Subject: powerpc/smp: remove the incorrect decrementer initial codes for AP X-Git-Tag: v2.6.36-rc1~559^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77cb21b578a5428482bc0fd187f7c0518a0b32a;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed