From: Russell King Date: Sun, 19 Dec 2010 11:30:43 +0000 (+0000) Subject: ARM: CPU hotplug: fix reporting of spurious wakeups X-Git-Tag: v2.6.38-rc1~471^2~2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4450261e546953c4a1ce8b48e29164a57c6ed33;p=pandora-kernel.git ARM: CPU hotplug: fix reporting of spurious wakeups The original scheme for reporting spurious wakeups was broken - it tried to use printk() from a context which wasn't coherent with the other CPUs, which risks corrupting the printk() data. Fix this by noting the number spurious wakeups, and only report them when we are properly woken - when we will be coherent with the rest of the system. Signed-off-by: Russell King --- Reading git-diff-tree failed