From: Rusty Russell Date: Sat, 13 Dec 2008 10:50:26 +0000 (+1030) Subject: cpumask: convert struct clock_event_device to cpumask pointers. X-Git-Tag: v2.6.29-rc1~538^2~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67;p=pandora-kernel.git cpumask: convert struct clock_event_device to cpumask pointers. Impact: change calling convention of existing clock_event APIs struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function. Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set. Signed-off-by: Rusty Russell Cc: Ingo Molnar --- Reading git-diff-tree failed