Re: [PATCH v11 1/9] Make vsyscall_gtod_data handling x86 generic

2014-02-04 Thread Andy Lutomirski
On Tue, Feb 4, 2014 at 2:15 AM, wrote: > From: Stefani Seibold > > This patch move the vsyscall_gtod_data handling out of vsyscall_64.c > into an additonal file vsyscall_gtod.c to make the functionality > available for x86 32 bit kernel. > > It also adds a new vsyscall_32.c which setup the VVAR

[PATCH v11 1/9] Make vsyscall_gtod_data handling x86 generic

2014-02-04 Thread stefani
From: Stefani Seibold This patch move the vsyscall_gtod_data handling out of vsyscall_64.c into an additonal file vsyscall_gtod.c to make the functionality available for x86 32 bit kernel. It also adds a new vsyscall_32.c which setup the VVAR page. Signed-off-by: Stefani Seibold --- arch/x86/