diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2011-03-31 15:40:52 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 08:24:15 -0400 |
| commit | d6cb2e3a8dc44b52f6564e8249e54aab3c308026 (patch) | |
| tree | f0f770983af67e6cf395550efced9bda70dd4fab | |
| parent | f8bd42b8913209054b959b09236af5fa8dcaee82 (diff) | |
Blackfin: use new common PERCPU_INPUT define
The Blackfin percpu input sections are outdated, so rather than update
them, drop them completely and use the new common define.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | arch/blackfin/kernel/vmlinux.lds.S | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 8d85c8c6f857..3ac5b66d14aa 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S | |||
| @@ -155,14 +155,8 @@ SECTIONS | |||
| 155 | SECURITY_INITCALL | 155 | SECURITY_INITCALL |
| 156 | INIT_RAM_FS | 156 | INIT_RAM_FS |
| 157 | 157 | ||
| 158 | . = ALIGN(4); | ||
| 159 | ___per_cpu_load = .; | 158 | ___per_cpu_load = .; |
| 160 | ___per_cpu_start = .; | 159 | PERCPU_INPUT(32) |
| 161 | *(.data.percpu.first) | ||
| 162 | *(.data.percpu.page_aligned) | ||
| 163 | *(.data.percpu) | ||
| 164 | *(.data.percpu.shared_aligned) | ||
| 165 | ___per_cpu_end = .; | ||
| 166 | 160 | ||
| 167 | EXIT_DATA | 161 | EXIT_DATA |
| 168 | __einitdata = .; | 162 | __einitdata = .; |
