diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-20 01:03:43 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 11:26:00 +0100 |
commit | 3d9a854c2dac3e888393b23ba7adafcce4d6d4b9 (patch) | |
tree | 5159c52a0718d80f66ef8bed299bde2690e7b82e /arch/ia64/include | |
parent | dafb9320671316fbd030b1d2e0ab9b96597223cb (diff) |
Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/percpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/percpu.h b/arch/ia64/include/asm/percpu.h index 30cf46534dd..35d9aeb6d85 100644 --- a/arch/ia64/include/asm/percpu.h +++ b/arch/ia64/include/asm/percpu.h @@ -31,7 +31,7 @@ extern void *per_cpu_init(void); #endif /* SMP */ -#define PER_CPU_BASE_SECTION ".data.percpu" +#define PER_CPU_BASE_SECTION ".data..percpu" /* * Be extremely careful when taking the address of this variable! Due to virtual |