Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204789
b: refs/heads/master
c: c7f52cd
h: refs/heads/master
i:
  204787: 17569aa
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 28, 2010
1 parent d3105c8 commit 6239e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: b43275d661baa5f1f72dacd9033d6eda09d9fe87
refs/heads/master: c7f52cdc2f3e1733d3864e439ac2e92edd99ef31
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void *extend_brk(size_t size, size_t align);
* executable.)
*/
#define RESERVE_BRK(name,sz) \
static void __section(.discard) __used \
static void __section(.discard.text) __used \
__brk_reservation_fn_##name##__(void) { \
asm volatile ( \
".pushsection .brk_reservation,\"aw\",@nobits;" \
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@
EXIT_DATA \
EXIT_CALL \
*(.discard) \
*(.discard.*) \
}

/**
Expand Down

0 comments on commit 6239e71

Please sign in to comment.