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:
3b950de
)
Typedef SMP call function pointer
author
David Howells
<dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:36 +0000
(17:28 +0100)
committer
David Howells
<dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:36 +0000
(17:28 +0100)
Typedef the pointer to the function to be called by smp_call_function() and
friends:
typedef void (*smp_call_func_t)(void *info);
as it is used in a fair number of places.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-arch@vger.kernel.org
No differences found