summaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorLen Brown2009-01-16 20:45:34 +0100
committerLen Brown2009-01-16 20:45:34 +0100
commit88d998c264722cd6e8fafa42aee191f7d9194960 (patch)
tree72cfd34df16be3e6778ab585c8324e8f5677fe21 /arch/ia64
parentMerge branch 'thinkpad-acpi' into release (diff)
parentACPI: rename main.c to sleep.c (diff)
downloadkernel-qcow2-linux-88d998c264722cd6e8fafa42aee191f7d9194960.tar.gz
kernel-qcow2-linux-88d998c264722cd6e8fafa42aee191f7d9194960.tar.xz
kernel-qcow2-linux-88d998c264722cd6e8fafa42aee191f7d9194960.zip
Merge branch 'misc' into release
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c
index f90be51b1123..9adac441ac9b 100644
--- a/arch/ia64/kernel/kprobes.c
+++ b/arch/ia64/kernel/kprobes.c
@@ -870,7 +870,7 @@ static int __kprobes pre_kprobes_handler(struct die_args *args)
return 1;
ss_probe:
-#if !defined(CONFIG_PREEMPT) || defined(CONFIG_PM)
+#if !defined(CONFIG_PREEMPT) || defined(CONFIG_FREEZER)
if (p->ainsn.inst_flag == INST_FLAG_BOOSTABLE && !p->post_handler) {
/* Boost up -- we can execute copied instructions directly */
ia64_psr(regs)->ri = p->ainsn.slot;