diff options
Diffstat (limited to 'usr/src/uts/sun4u/sys/machcpuvar.h')
-rw-r--r-- | usr/src/uts/sun4u/sys/machcpuvar.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/sys/machcpuvar.h b/usr/src/uts/sun4u/sys/machcpuvar.h index f285b0aa11..ded3e20600 100644 --- a/usr/src/uts/sun4u/sys/machcpuvar.h +++ b/usr/src/uts/sun4u/sys/machcpuvar.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -105,6 +105,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; |