diff options
author | travis@sgi.com <travis@sgi.com> | 2008-01-30 23:27:58 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 23:27:58 +0100 |
commit | 05991bef104051d47e2160ee9499186aff7da5ad (patch) | |
tree | ff6b00b2d407acd0b743d4272f4577e97e09c823 /include/linux/percpu.h | |
parent | 3afc620229ccc8214ef96fd0e7db26d79f788167 (diff) | |
download | op-kernel-dev-05991bef104051d47e2160ee9499186aff7da5ad.zip op-kernel-dev-05991bef104051d47e2160ee9499186aff7da5ad.tar.gz |
ia64: use generic percpu
ia64 has a special processor specific mapping that can be used to locate the
offset for the current per cpu area.
Cc: linux-ia64@vger.kernel.org
Signed-off-by: Mike Travis <travis@sgi.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r-- | include/linux/percpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h index 00412bb..50faa0e 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h @@ -9,10 +9,6 @@ #include <asm/percpu.h> -#ifndef PER_CPU_ATTRIBUTES -#define PER_CPU_ATTRIBUTES -#endif - #ifdef CONFIG_SMP #define DEFINE_PER_CPU(type, name) \ __attribute__((__section__(".data.percpu"))) \ |