Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80186
b: refs/heads/master
c: 4c49156
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Ingo Molnar committed Jan 30, 2008
1 parent 4bb1498 commit 1064bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 0c2bd5a5e3b9469c6ab2b96c403980f192db0bf7
refs/heads/master: 4c4915627f94a81a834a7a65dee83acdfb45788c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/wakeup_32.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.text
.section .text.page_aligned
#include <linux/linkage.h>
#include <asm/segment.h>
#include <asm/page.h>
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/vmlinux_32.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ SECTIONS

/* read-only */
.text : AT(ADDR(.text) - LOAD_OFFSET) {
. = ALIGN(4096); /* not really needed, already page aligned */
*(.text.page_aligned)
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit 1064bbf

Please sign in to comment.