summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/ia64/trap.c')
-rw-r--r--sys/ia64/ia64/trap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c
index c0cdaa9..8e4b953 100644
--- a/sys/ia64/ia64/trap.c
+++ b/sys/ia64/ia64/trap.c
@@ -354,6 +354,12 @@ trap(int vector, struct trapframe *tf)
ksiginfo_t ksi;
user = TRAPF_USERMODE(tf) ? 1 : 0;
+ if (user)
+ ia64_set_fpsr(IA64_FPSR_DEFAULT);
+
+#ifdef XTRACE
+ ia64_xtrace_save();
+#endif
PCPU_INC(cnt.v_trap);
@@ -362,7 +368,6 @@ trap(int vector, struct trapframe *tf)
ucode = 0;
if (user) {
- ia64_set_fpsr(IA64_FPSR_DEFAULT);
td->td_pticks = 0;
td->td_frame = tf;
if (td->td_ucred != p->p_ucred)
OpenPOWER on IntegriCloud