original_kernel/arch/avr32/kernel
Manfred Spraul 3d431a7427 avr32: nmi_enter() without nmi_exit()
While updating the rcu code, I noticed that do_nmi() for AVR32 is odd:
There is an nmi_enter() call without an nmi_exit().
This can't be correct, it breaks rcu (at least the preempt version) and
lockdep.

[haavard.skinnemoen@atmel.com: fixed another case that returned directly]
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-19 20:08:08 +02:00
..
.gitignore
Makefile
asm-offsets.c
avr32_ksyms.c
cpu.c
entry-avr32b.S
head.S
init_task.c
irq.c
kprobes.c
module.c
nmi_debug.c
ocd.c
process.c
ptrace.c
setup.c
signal.c
stacktrace.c
switch_to.S
sys_avr32.c
syscall-stubs.S
syscall_table.S
time.c
traps.c avr32: nmi_enter() without nmi_exit() 2008-09-19 20:08:08 +02:00
vmlinux.lds.S