summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/trap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c
index 4fedd51..622da64 100644
--- a/sys/ia64/ia64/trap.c
+++ b/sys/ia64/ia64/trap.c
@@ -346,8 +346,7 @@ trap(int vector, struct trapframe *framep)
user = ((framep->tf_special.iip >> 61) < 5) ? 1 : 0;
/* Short-circuit break instruction based system calls. */
- if (vector == IA64_VEC_BREAK && user &&
- framep->tf_special.ifa == 0x100000) {
+ if (vector == IA64_VEC_BREAK && framep->tf_special.ifa == 0x100000) {
break_syscall(framep);
return;
}
OpenPOWER on IntegriCloud