Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9164
b: refs/heads/master
c: bfe6815
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Sep 20, 2005
1 parent 9ef0b9f commit 627ae31
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: 58dd48a6575d3ba86ba659eb8c6fc23246783fba
refs/heads/master: bfe6815e0465035d013b2b676444376fe2b3716e
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 @@ -36,7 +36,7 @@ SECTIONS
*(.init.setup)
__setup_end = .;
__early_begin = .;
*(__early_param)
*(.early_param.init)
__early_end = .;
__initcall_start = .;
*(.initcall1.init)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,6 @@ struct early_params {

#define __early_param(name,fn) \
static struct early_params __early_##fn __attribute_used__ \
__attribute__((__section__("__early_param"))) = { name, fn }
__attribute__((__section__(".early_param.init"))) = { name, fn }

#endif

0 comments on commit 627ae31

Please sign in to comment.