Re: [PATCH v3 18/31] arm64: VDSO support

2012-09-07 Thread Arnd Bergmann
On Friday 07 September 2012, Catalin Marinas wrote: > From: Will Deacon > > This patch adds VDSO support for 64-bit applications. The VDSO code is > currently used for sys_rt_sigreturn() and optimised gettimeofday() > (using the user-accessible generic counter). > > Signed-off-by: Will Deacon >

[PATCH v3 18/31] arm64: VDSO support

2012-09-07 Thread Catalin Marinas
From: Will Deacon This patch adds VDSO support for 64-bit applications. The VDSO code is currently used for sys_rt_sigreturn() and optimised gettimeofday() (using the user-accessible generic counter). Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren --- arch/