David Howells 3a5f65df5a 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
2010-10-27 17:28:36 +01:00
..
2010-10-26 14:51:00 -04:00
2010-10-27 17:28:36 +01:00
2010-08-08 20:58:20 +01:00
2010-10-25 10:20:39 -07:00