Skip to content

Commit

Permalink
Blackfin: use new common PERCPU_INPUT define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger committed May 25, 2011
1 parent f8bd42b commit d6cb2e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions arch/blackfin/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,8 @@ SECTIONS
SECURITY_INITCALL
INIT_RAM_FS

. = ALIGN(4);
___per_cpu_load = .;
___per_cpu_start = .;
*(.data.percpu.first)
*(.data.percpu.page_aligned)
*(.data.percpu)
*(.data.percpu.shared_aligned)
___per_cpu_end = .;
PERCPU_INPUT(32)

EXIT_DATA
__einitdata = .;
Expand Down

0 comments on commit d6cb2e3

Please sign in to comment.