commit | 3a5f65df5a0fcbaa35e5417c0420d691fee4ac56 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Oct 27 17:28:36 2010 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Oct 27 17:28:36 2010 +0100 |
tree | 5d7bd3754c23817860bb34f0a54e0f3584b0ff00 | |
parent | 3b950de9c94b4b9fde4f1340358ab52ce0f34be0 [diff] |
Typedef SMP call function pointer 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