Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9166
b: refs/heads/master
c: 9d0fd1e
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Sep 20, 2005
1 parent bbd4501 commit 3b0fa09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02b7dd1244aab9267ae4078e1ad6a2fdaabeb6ed
refs/heads/master: 9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SECTIONS
*(.proc.info.init)
__proc_info_end = .;
__arch_info_begin = .;
*(.arch.info)
*(.arch.info.init)
__arch_info_end = .;
__tagtable_begin = .;
*(.taglist.init)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/mach/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct machine_desc {
*/
#define MACHINE_START(_type,_name) \
const struct machine_desc __mach_desc_##_type \
__attribute__((__section__(".arch.info"))) = { \
__attribute__((__section__(".arch.info.init"))) = { \
.nr = MACH_TYPE_##_type, \
.name = _name,

Expand Down

0 comments on commit 3b0fa09

Please sign in to comment.