summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/machcpuvar.h
diff options
context:
space:
mode:
authorvb70745 <none@none>2007-03-19 14:46:04 -0700
committervb70745 <none@none>2007-03-19 14:46:04 -0700
commit26046578a4e113ab53b459acf7cf2bf8948d9511 (patch)
treeddb02f9c529885bb4920dd2d5815136144f42867 /usr/src/uts/sun4v/sys/machcpuvar.h
parent48011479cce51f5534141868012dcb9828a0fd63 (diff)
downloadillumos-joyent-26046578a4e113ab53b459acf7cf2bf8948d9511.tar.gz
6292171 on_trap and on_fault protection leaks to high pil interrupt handlers
Diffstat (limited to 'usr/src/uts/sun4v/sys/machcpuvar.h')
-rw-r--r--usr/src/uts/sun4v/sys/machcpuvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/sys/machcpuvar.h b/usr/src/uts/sun4v/sys/machcpuvar.h
index 632a5c767b..010f5f0bc1 100644
--- a/usr/src/uts/sun4v/sys/machcpuvar.h
+++ b/usr/src/uts/sun4v/sys/machcpuvar.h
@@ -112,6 +112,10 @@ struct machcpu {
u_longlong_t tmp1; /* per-cpu tmps */
u_longlong_t tmp2; /* used in trap processing */
+ label_t *ofd[HIGH_LEVELS]; /* saved pil ofd */
+ uintptr_t lfd[HIGH_LEVELS]; /* saved ret PC */
+ struct on_trap_data *otd[HIGH_LEVELS]; /* saved pil otd */
+
struct intr_vec *intr_head[PIL_LEVELS]; /* intr queue heads per pil */
struct intr_vec *intr_tail[PIL_LEVELS]; /* intr queue tails per pil */
boolean_t poke_cpu_outstanding;