Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
smp.h File Reference
#include <linux/threads.h>
#include <linux/cpumask.h>
#include <linux/bitops.h>
#include <asm/pal.h>

Go to the source code of this file.

Macros

#define hard_smp_processor_id()   0
 
#define smp_call_function_on_cpu(func, info, wait, cpu)   ({ 0; })
 
#define NO_PROC_ID   (-1)
 

Macro Definition Documentation

#define hard_smp_processor_id (   void)    0

Definition at line 52 of file smp.h.

#define NO_PROC_ID   (-1)

Definition at line 57 of file smp.h.

#define smp_call_function_on_cpu (   func,
  info,
  wait,
  cpu 
)    ({ 0; })

Definition at line 53 of file smp.h.