Stephen Rothwell fcbc5a976b powerpc: Explicitly copy elements of pt_regs
Gcc 4.3 produced this warning:

arch/powerpc/kernel/signal_64.c: In function 'restore_sigcontext':
arch/powerpc/kernel/signal_64.c:161: warning: array subscript is above array bounds

This is caused by us copying to aliases of elements of the pt_regs
structure.  Make those explicit.

This adds one extra __get_user and unrolls a loop.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-07-01 11:28:59 +10:00
..
2008-05-09 20:22:58 +10:00
2008-06-30 22:31:00 +10:00
2008-03-07 08:42:28 -06:00
2008-06-30 10:16:50 +10:00
2008-06-30 10:16:50 +10:00
2008-06-26 03:35:33 -05:00
2008-06-30 22:31:11 +10:00
2008-07-01 11:28:47 +10:00