Typedef SMP call function pointer
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:36 +0000 (17:28 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:36 +0000 (17:28 +0100)
commit3a5f65df5a0fcbaa35e5417c0420d691fee4ac56
tree5d7bd3754c23817860bb34f0a54e0f3584b0ff00
parent3b950de9c94b4b9fde4f1340358ab52ce0f34be0
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
include/linux/smp.h
kernel/smp.c