diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-25 12:23:59 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-25 12:23:59 +0200 |
commit | ace7f1b79670aa0c1d9f4b0442be82e565827333 (patch) | |
tree | ed4625a9cbc8e28db2b1ff9fad111c4c012508a3 /include/asm-alpha/percpu.h | |
parent | Merge branch 'linus' into core/softirq (diff) | |
parent | Linux 2.6.26-rc8 (diff) | |
download | linux-ace7f1b79670aa0c1d9f4b0442be82e565827333.tar.xz linux-ace7f1b79670aa0c1d9f4b0442be82e565827333.zip |
Merge branch 'linus' into core/softirq
Diffstat (limited to 'include/asm-alpha/percpu.h')
-rw-r--r-- | include/asm-alpha/percpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/percpu.h b/include/asm-alpha/percpu.h index 82e8a94b4b2f..3495e8e00d70 100644 --- a/include/asm-alpha/percpu.h +++ b/include/asm-alpha/percpu.h @@ -69,6 +69,8 @@ extern unsigned long __per_cpu_offset[NR_CPUS]; #define __get_cpu_var(var) per_cpu_var(var) #define __raw_get_cpu_var(var) per_cpu_var(var) +#define PER_CPU_ATTRIBUTES + #endif /* SMP */ #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu_var(name) |