x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c
authorAndy Lutomirski <luto@amacapital.net>
Tue, 23 Sep 2014 17:50:51 +0000 (10:50 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 28 Oct 2014 10:22:08 +0000 (11:22 +0100)
commitb93590901a01a6d036b3b7c856bcc5724fdb9911
tree9268cd56f39157f6b18c912fb98229941bedcc7a
parentcac7f2429872d3733dc3f9915857b1691da2eb2f
x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c

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 <luto@amacapital.net>
Link: http://lkml.kernel.org/r/a7ee266773671a05f00b7175ca65a0dd812d2e4b.1411494540.git.luto@amacapital.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/vsyscall_64.c
arch/x86/mm/init_64.c