x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO
authorAndy Lutomirski <luto@amacapital.net>
Mon, 5 May 2014 19:19:36 +0000 (12:19 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 5 May 2014 20:19:01 +0000 (13:19 -0700)
commitf40c330091c7aa9956ab66f97a3abc8a68b67240
treeb0c03dce9bf67eb15c98980a7323ca35122d10df
parent18d0a6fd227177fd243993179c90e454d0638b06
x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO

This makes the 64-bit and x32 vdsos use the same mechanism as the
32-bit vdso.  Most of the churn is deleting all the old fixmap code.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/8af87023f57f6bb96ec8d17fce3f88018195b49b.1399317206.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/fixmap.h
arch/x86/include/asm/vvar.h
arch/x86/include/uapi/asm/vsyscall.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/hpet.c
arch/x86/kernel/vsyscall_64.c
arch/x86/mm/fault.c
arch/x86/mm/init_64.c
arch/x86/vdso/vclock_gettime.c
arch/x86/vdso/vdso-layout.lds.S
arch/x86/xen/mmu.c