[PATCH v3 5/6] x86: Move the vvar and hpet mappings next to the 64-bit vDSO

2014-05-02 Thread Andy Lutomirski
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 --- arch/x86/include/asm/fixmap.h| 10 +++--- arch/x86/include/asm/vvar.h | 20 +---

[PATCH v3 5/6] x86: Move the vvar and hpet mappings next to the 64-bit vDSO

2014-05-02 Thread Andy Lutomirski
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 l...@amacapital.net --- arch/x86/include/asm/fixmap.h| 10 +++--- arch/x86/include/asm/vvar.h | 20