diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2006-11-29 05:18:19 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2006-11-29 05:18:19 +0000 |
| commit | 8751d0554c5a426b0b00961e9b42dba62f57b723 (patch) | |
| tree | 62ac0376d1ddd00a3b184fa42ecbd747b9d33248 /sys/sun4v/include/pcb.h | |
| parent | b3592a5ffb6a80135c8e9a3d5dbc226d7ded81e2 (diff) | |
Notes
Diffstat (limited to 'sys/sun4v/include/pcb.h')
| -rw-r--r-- | sys/sun4v/include/pcb.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sun4v/include/pcb.h b/sys/sun4v/include/pcb.h index f3112576beae..9791cd5cb330 100644 --- a/sys/sun4v/include/pcb.h +++ b/sys/sun4v/include/pcb.h @@ -46,7 +46,12 @@ struct pcb { uint64_t pcb_pc; uint64_t pcb_sp; uint64_t pcb_kstack; /* pcb's kernel stack */ - uint64_t pcb_pad[4]; + uint64_t pcb_tstate; + uint64_t pcb_tpc; + uint64_t pcb_tnpc; + uint64_t pcb_tt; + uint64_t pcb_sfar; + uint64_t pcb_pad[7]; } __aligned(64); #ifdef _KERNEL |
