| Current Path : /usr/share/systemtap/runtime/linux/ |
| Current File : //usr/share/systemtap/runtime/linux/autoconf-smpcall-4args.c |
#include <linux/kernel.h>
#include <linux/smp.h>
void foo (void *arg)
{
(void) arg;
}
void bar (void)
{
smp_call_function_single (0, &foo, 0, 1);
}