]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/percpu.h
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / percpu.h
index 24d898b650c5ddd0142c4747db2ea8ed06c6f61e..fbe5cf3ab8dc0db74001a074960e8217b92bcb06 100644 (file)
@@ -36,6 +36,7 @@
 #ifdef CONFIG_SMP
 
 extern unsigned long __per_cpu_offset[NR_CPUS];
+#define per_cpu_offset(x) (__per_cpu_offset(x))
 
 /* Equal to __per_cpu_offset[smp_processor_id()], but faster to access: */
 DECLARE_PER_CPU(unsigned long, local_per_cpu_offset);