commit | ddc66df876fd33d3956f3c3acc1ae334b16eedee | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@redhat.com> | Wed Jan 30 13:32:01 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:01 2008 +0100 |
tree | dec203db1d6e84669bd934bf64127501720f8e20 | |
parent | bde6f5f59c2b2b48a7a849c129d5b48838fe77ee [diff] |
x86: fix kprobe_handler reenable preemption Fix a preemption bug in kprobe_handler(). It has to call preempt_enable() before returning. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>