commit | b93590901a01a6d036b3b7c856bcc5724fdb9911 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@amacapital.net> | Tue Sep 23 10:50:51 2014 -0700 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Oct 28 11:22:08 2014 +0100 |
tree | 9268cd56f39157f6b18c912fb98229941bedcc7a | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f [diff] |
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>