x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c
authorAndy Lutomirski <luto@amacapital.net>
Tue, 23 Sep 2014 17:50:52 +0000 (10:50 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 28 Oct 2014 10:22:09 +0000 (11:22 +0100)
commitd4f829dd9026797bd5db8715a30192f23b22afaa
treee73421df7744004de3c55f814b42d2702ccf50ab
parentb93590901a01a6d036b3b7c856bcc5724fdb9911
x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c

This is pure cut-and-paste.  At this point, vsyscall_64.c
contains only code needed for vsyscall emulation, but some of
the comments and function names are still confused.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/a244daf7d3cbe71afc08ad09fdfe1866ca1f1978.1411494540.git.luto@amacapital.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/vsyscall_64.c
arch/x86/vdso/vma.c