Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96526
b: refs/heads/master
c: 8c6b0ef
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed May 12, 2008
1 parent a4d634c commit 3d945d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: f8955ebe3ea85a9d3ff2685ee64386fd34434cf3
refs/heads/master: 8c6b0ef2ea1bb42cd72d987389297f66cd25790b
10 changes: 5 additions & 5 deletions trunk/arch/x86/kernel/acpi/realmode/wakeup.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ ENTRY(_start)

SECTIONS
{
. = HEADER_OFFSET;
.header : {
*(.header)
}

. = 0;
.text : {
*(.text*)
Expand Down Expand Up @@ -50,6 +45,11 @@ SECTIONS
__bss_end = .;
}

. = HEADER_OFFSET;
.header : {
*(.header)
}

. = ALIGN(16);
_end = .;

Expand Down

0 comments on commit 3d945d9

Please sign in to comment.