diff --git a/[refs] b/[refs] index 954876eb677e..5f437414efd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 978c038ec944e4f2c940b0975c6acb433203a9be +refs/heads/master: 1956c73bb5bf81ee577ed7d3c64e3cad876ad2a5 diff --git a/trunk/include/asm-i386/percpu.h b/trunk/include/asm-i386/percpu.h index cdcb63db30a9..f54830b5d5ac 100644 --- a/trunk/include/asm-i386/percpu.h +++ b/trunk/include/asm-i386/percpu.h @@ -47,6 +47,8 @@ /* This is used for other cpus to find our section. */ extern unsigned long __per_cpu_offset[]; +#define per_cpu_offset(x) (__per_cpu_offset[x]) + /* Separate out the type, so (int[3], foo) works. */ #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name #define DEFINE_PER_CPU(type, name) \