aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/traps_32.h
Commit message (Collapse)AuthorAge
* sh: don't pass saved userspace state to exception handlersBobby Bingham2014-04-03
| | | | | | | | | | | The compiler is permitted to generate code which overwrites the parameters to a function. If those parameters include the only saved copy we have of userspace's registers, we're in trouble. Signed-off-by: Bobby Bingham <koorogi@koorogi.info> Cc: Paul Mundt <paul.mundt@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Disintegrate asm/system.h for SHDavid Howells2012-03-28
Disintegrate asm/system.h for SH. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-sh@vger.kernel.org