Re: [PATCH v3 04/16] MIPS: VDSO: Fix clobber lists in fallback code paths

2017-07-21 Thread James Hogan
On Fri, Jul 21, 2017 at 04:09:02PM +0200, Aleksandar Markovic wrote: > From: Goran Ferenc > > Extend clobber lists to include all GP registers. > Consider adding: Fixes: 0b523a85e134 ("MIPS: VDSO: Add implementation of gettimeofday() fallback") > Signed-off-by: Miodrag Dinic > Signed-off-by:

[PATCH v3 04/16] MIPS: VDSO: Fix clobber lists in fallback code paths

2017-07-21 Thread Aleksandar Markovic
From: Goran Ferenc Extend clobber lists to include all GP registers. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- arch/mips/vdso/gettimeofday.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/mips/vdso/gettimeo