404b93773c00124b739ecdd6e3ea320206db9a34
[sliver-openvswitch.git] / datapath / linux / compat / include / asm / percpu.h
1 #ifndef __ASM_PERCPU_WRAPPER_H
2 #define __ASM_PERCPU_WRAPPER_H 1
3
4 #include_next <asm/percpu.h>
5
6 #ifndef this_cpu_ptr
7 #define this_cpu_ptr(ptr) per_cpu_ptr(ptr, smp_processor_id())
8 #endif
9
10 #endif