Skip to content

Commit

Permalink
[ARM] 2926/1: .proc.info - postfix section with .init for `make build…
Browse files Browse the repository at this point in the history
…check`

Patch from Ben Dooks

The `make buildcheck` is erroneously reporting that the .proc.info
list is referencing items in the .init section as it is not itself
postfixed with .init

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Sep 20, 2005
1 parent bfe6815 commit 02b7dd1
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SECTIONS
*(.init.text)
_einittext = .;
__proc_info_begin = .;
*(.proc.info)
*(.proc.info.init)
__proc_info_end = .;
__arch_info_begin = .;
*(.arch.info)
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm1020.S
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ cpu_arm1020_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm1020_proc_info,#object
__arm1020_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm1020e.S
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ cpu_arm1020e_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm1020e_proc_info,#object
__arm1020e_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm1022.S
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ cpu_arm1022_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm1022_proc_info,#object
__arm1022_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm1026.S
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ cpu_arm1026_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm1026_proc_info,#object
__arm1026_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm6_7.S
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ cpu_arm710_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm6_proc_info, #object
__arm6_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm720.S
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ cpu_arm720_name:
* See linux/include/asm-arm/procinfo.h for a definition of this structure.
*/
.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm710_proc_info, #object
__arm710_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm920.S
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ cpu_arm920_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm920_proc_info,#object
__arm920_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm922.S
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ cpu_arm922_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm922_proc_info,#object
__arm922_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm925.S
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ cpu_arm925_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm925_proc_info,#object
__arm925_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-arm926.S
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ cpu_arm926_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __arm926_proc_info,#object
__arm926_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-sa110.S
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ cpu_sa110_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __sa110_proc_info,#object
__sa110_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-sa1100.S
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ cpu_sa1110_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __sa1100_proc_info,#object
__sa1100_proc_info:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-v6.S
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ cpu_elf_name:
.size cpu_elf_name, . - cpu_elf_name
.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

/*
* Match any ARMv6 processor core.
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/proc-xscale.S
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ cpu_pxa270_name:

.align

.section ".proc.info", #alloc, #execinstr
.section ".proc.info.init", #alloc, #execinstr

.type __80200_proc_info,#object
__80200_proc_info:
Expand Down

0 comments on commit 02b7dd1

Please sign in to comment.