]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/percpu.h
driver core: remove owner field from struct bus_type
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / percpu.h
index 43a7aac414e04e7d74a1a6b45065b1a3b3c3846e..c4f1e328a5ba845f0635e42f0669b137369a604d 100644 (file)
@@ -46,7 +46,7 @@
 #ifdef CONFIG_SMP
 
 extern unsigned long __per_cpu_offset[NR_CPUS];
-#define per_cpu_offset(x) (__per_cpu_offset(x))
+#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);