diff options
| author | 2008-01-30 23:27:58 +0100 | |
|---|---|---|
| committer | 2008-01-30 23:27:58 +0100 | |
| commit | 05991bef104051d47e2160ee9499186aff7da5ad (patch) | |
| tree | ff6b00b2d407acd0b743d4272f4577e97e09c823 /include/linux/percpu.h | |
| parent | SPARC64: use generic percpu (diff) | |
| download | linux-dev-05991bef104051d47e2160ee9499186aff7da5ad.tar.xz linux-dev-05991bef104051d47e2160ee9499186aff7da5ad.zip | |
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 00412bb494c4..50faa0ea28e4 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"))) \ |
