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:
ed4d9c6
)
sparc64: Remove all cpumask_t local variables in xcall dispatch.
author
David S. Miller
<davem@davemloft.net>
Mon, 4 Aug 2008 23:56:15 +0000
(16:56 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 4 Aug 2008 23:56:15 +0000
(16:56 -0700)
All of the xcall delivery implementation is cpumask agnostic, so
we can pass around pointers to const cpumask_t objects everywhere.
The sad remaining case is the argument to arch_send_call_function_ipi().
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found