linux/arch/openrisc/kernel
Jonas Bonn 6cbe5e9526 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>
2012-03-06 10:37:00 +01:00
..
Makefile
asm-offsets.c OpenRISC: Miscellaneous 2011-07-22 18:46:41 +02:00
dma.c Add missing DMA ops 2011-09-11 09:50:39 +02:00
entry.S openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
head.S openrisc: enable passing of flattened device tree pointer 2012-02-17 09:55:22 +01:00
idle.c nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() 2011-12-11 10:31:57 -08:00
init_task.c openrisc: include export.h for EXPORT_SYMBOL 2012-02-17 09:52:32 +01:00
irq.c openrisc: include export.h for EXPORT_SYMBOL 2012-02-17 09:52:32 +01:00
module.c
or32_ksyms.c OpenRISC: Miscellaneous 2011-07-22 18:46:41 +02:00
process.c
prom.c memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users 2011-12-08 10:22:08 -08:00
ptrace.c openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
setup.c openrisc: enable passing of flattened device tree pointer 2012-02-17 09:55:22 +01:00
signal.c openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
sys_call_table.c
sys_or32.c
time.c openrisc: Set shortest clock event to 100 ticks 2012-02-17 10:08:19 +01:00
traps.c openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
vmlinux.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
vmlinux.lds.S