[PATCH 2/8] x86_64,vsyscall: Move all of the gate_area code to vsyscall_64.c

2014-06-16 Thread Andy Lutomirski
This code exists for the sole purpose of making the vsyscall page look sort of like real userspace memory. Move it so that it lives with the rest of the vsyscall code. Signed-off-by: Andy Lutomirski --- arch/x86/kernel/vsyscall_64.c | 49 +++

[PATCH 2/8] x86_64,vsyscall: Move all of the gate_area code to vsyscall_64.c

2014-06-16 Thread Andy Lutomirski
This code exists for the sole purpose of making the vsyscall page look sort of like real userspace memory. Move it so that it lives with the rest of the vsyscall code. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/kernel/vsyscall_64.c | 49