From: Thomas Gleixner Date: Fri, 3 Jun 2011 09:13:33 +0000 (+0200) Subject: clockevents: Handle empty cpumask gracefully X-Git-Tag: v3.0-rc3~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b054b67d3bfc6dca9f634c104780f3f24ff3eec;p=pandora-kernel.git clockevents: Handle empty cpumask gracefully For UP it's stupid to request an initialized cpumask for the clock event devices. Though we need the mask set even on UP to avoid a horrible ifdeffery especially in the broadcast code. For SMP we can at least try to survive with a warning and set the cpumask of the cpu we're running on. That gives a decent chance to bring the machine up and retrieve the debug info. Signed-off-by: Thomas Gleixner Cc: Linus Walleij Cc: Russell King - ARM Linux Cc: Stephen Boyd --- Reading git-diff-tree failed