History log of /arch/openrisc/kernel/traps.c
Revision Date Author Comments
705f4502bb9592ad0e8fb1cd2ba5ae4ce955ff8b 28-Mar-2012 David Howells <dhowells@redhat.com> Disintegrate asm/system.h for OpenRISC

Disintegrate asm/system.h for OpenRISC. Not compiled.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
cc: linux@lists.openrisc.net
6cbe5e95267449ea0b79c0b049342409949da3ac 02-Mar-2012 Jonas Bonn <jonas@southpole.se> openrisc: sanitize use of orig_gpr11

The pt_regs struct had both a 'syscallno' field and an 'orig_gpr11' field
and it wasn't really clear how these were supposed to be used. This patch
removes the syscallno field altogether and makes orig_gpr11 work more
like other architectures: keep track of syscall number in progress or
hold -1 for non-syscall exceptions.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
01c4d33ac5ca7920f0e0f6b25bdfd3fa479fd973 02-Mar-2012 Richard Weinberger <richard@nod.at> OpenRISC: Export dump_stack()

dump_stack() is used by modules and needs to be exported.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
769a8a96229e6b2f1e3a2b3b38e27981f7fb9902 04-Jun-2011 Jonas Bonn <jonas@southpole.se> OpenRISC: Traps

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>