kernel-ark/arch/avr32/kernel
Paul Mundt 4d3eeeac97 [PATCH] avr32: fixup kprobes preemption handling
While working on SH kprobes, I noticed that avr32 got the preemption
handling wrong in the no probe case.  The idea is that upon entry of
kprobe_handler() preemption is disabled outright across the life of the
kprobe, only to be re-enabled in post_kprobe_handler().

However, in the event that the probe is never activated, there's never any
chance of hitting the post probe handler, which allows for the current
avr32 implementation to disable preemption indefinitely, as it's currently
missing a re-enable when no probe is activated.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:26 -08:00
..
asm-offsets.c
avr32_ksyms.c [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
cpu.c
entry-avr32b.S
head.S AVR32: Get rid of board_early_init 2006-11-06 10:43:23 +01:00
init_task.c
irq.c
kprobes.c [PATCH] avr32: fixup kprobes preemption handling 2006-12-07 08:39:26 -08:00
Makefile
module.c [PATCH] AVR32: Silence some compile warnings 2006-10-25 20:26:32 -07:00
process.c
ptrace.c [PATCH] AVR32: Silence some compile warnings 2006-10-25 20:26:32 -07:00
semaphore.c
setup.c [PATCH] AVR32: Allow renumbering of serial devices 2006-10-04 10:25:06 -07:00
signal.c
switch_to.S
sys_avr32.c [PATCH] AVR32: Implement kernel_execve 2006-10-02 07:57:24 -07:00
syscall_table.S AVR32: Wire up sys_epoll_pwait 2006-11-06 14:07:15 +01:00
syscall-stubs.S AVR32: Wire up sys_epoll_pwait 2006-11-06 14:07:15 +01:00
time.c [PATCH] IRQ: Fix AVR32 breakage 2006-10-11 11:14:14 -07:00
traps.c
vmlinux.lds.c [PATCH] vmlinux.lds: consolidate initcall sections 2006-10-27 15:34:51 -07:00