Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154579
b: refs/heads/master
c: 2a2325e
h: refs/heads/master
i:
  154577: 4d896c6
  154575: cfed108
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Jul 1, 2009
1 parent 1809136 commit d2ed18d
Show file tree
Hide file tree
Showing 2 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: 133890103b9de08904f909995973e4b5c08a780e
refs/heads/master: 2a2325e6e8a3782795fb520220c36fd805775972
3 changes: 2 additions & 1 deletion trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@
}

#ifdef CONFIG_CONSTRUCTORS
#define KERNEL_CTORS() VMLINUX_SYMBOL(__ctors_start) = .; \
#define KERNEL_CTORS() . = ALIGN(8); \
VMLINUX_SYMBOL(__ctors_start) = .; \
*(.ctors) \
VMLINUX_SYMBOL(__ctors_end) = .;
#else
Expand Down

0 comments on commit d2ed18d

Please sign in to comment.