git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de2652
)
cpumask: convert struct clock_event_device to cpumask pointers.
author
Rusty Russell
<rusty@rustcorp.com.au>
Sat, 13 Dec 2008 10:50:26 +0000
(21:20 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sat, 13 Dec 2008 10:50:26 +0000
(21:20 +1030)
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 <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>
No differences found