From: Nathan Lynch Date: Sun, 27 Jul 2008 05:24:50 +0000 (+1000) Subject: powerpc: kill useless SMT code in prom_hold_cpus X-Git-Tag: v2.6.27-rc1~27^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2f6075f992d33c7be829c3638b8cb72b782b19;p=pandora-kernel.git powerpc: kill useless SMT code in prom_hold_cpus This piece of code is broken for >2 threads, and possibly in some other subtle ways (such as comparing a value obtained from an "ibm,ppc-interrupt-server#s" property to a value obtained from a "reg" property) and doesn't seem to have any useful purpose in the first place other than a dubious warning in case NR_CPUS is too small, which probably isn't the right place to do so. Signed-off-by: Nathan Lynch Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed