Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257290
b: refs/heads/master
c: 5dfcea6
h: refs/heads/master
v: v3
  • Loading branch information
Andy Lutomirski authored and Ingo Molnar committed Jun 6, 2011
1 parent 3836adb commit 2f25c8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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: bb5fe2f78eadf5a52d8dcbf9a57728fd107af97b
refs/heads/master: 5dfcea629a08b4684a019cd0cb59d0c9129a6c02
16 changes: 7 additions & 9 deletions trunk/arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -166,22 +166,20 @@ SECTIONS
__vsyscall_0 = .;

. = VSYSCALL_ADDR;
.vsyscall_0 : AT(VLOAD(.vsyscall_0)) {
.vsyscall : AT(VLOAD(.vsyscall)) {
*(.vsyscall_0)
} :user

. = ALIGN(L1_CACHE_BYTES);
.vsyscall_fn : AT(VLOAD(.vsyscall_fn)) {
. = ALIGN(L1_CACHE_BYTES);
*(.vsyscall_fn)
}

.vsyscall_1 ADDR(.vsyscall_0) + 1024: AT(VLOAD(.vsyscall_1)) {
. = 1024;
*(.vsyscall_1)
}
.vsyscall_2 ADDR(.vsyscall_0) + 2048: AT(VLOAD(.vsyscall_2)) {

. = 2048;
*(.vsyscall_2)
}

. = 4096; /* Pad the whole page. */
} :user =0xcc
. = ALIGN(__vsyscall_0 + PAGE_SIZE, PAGE_SIZE);

#undef VSYSCALL_ADDR
Expand Down

0 comments on commit 2f25c8b

Please sign in to comment.