Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257289
b: refs/heads/master
c: bb5fe2f
h: refs/heads/master
i:
  257287: 8ee51b2
v: v3
  • Loading branch information
Andy Lutomirski authored and Ingo Molnar committed Jun 6, 2011
1 parent 76fd7f6 commit 3836adb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: d319bb79afa4039bda6f85661d6bf0c13299ce93
refs/heads/master: bb5fe2f78eadf5a52d8dcbf9a57728fd107af97b
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ SECTIONS
*(.vsyscall_2)
}

.vsyscall_3 ADDR(.vsyscall_0) + 3072: AT(VLOAD(.vsyscall_3)) {
*(.vsyscall_3)
}

. = ALIGN(__vsyscall_0 + PAGE_SIZE, PAGE_SIZE);

#undef VSYSCALL_ADDR
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/x86/kernel/vsyscall_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ vgetcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
return 0;
}

static long __vsyscall(3) venosys_1(void)
{
return -ENOSYS;
}

/* Assume __initcall executes before all user space. Hopefully kmod
doesn't violate that. We'll find out if it does. */
static void __cpuinit vsyscall_set_cpu(int cpu)
Expand Down

0 comments on commit 3836adb

Please sign in to comment.