diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2006-11-18 19:23:37 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2006-11-18 19:23:37 +0000 |
| commit | 3ad9c2127be2c9b655cb269ac98c0e7268a26a9d (patch) | |
| tree | c98a9909052f7844779ff4478842d845b18685e9 /sys | |
| parent | ba8e255297c3fd69d97670b302357602a7b7353e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sun4v/include/pcpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h index a337e4f8d11a..53bbfc5d592b 100644 --- a/sys/sun4v/include/pcpu.h +++ b/sys/sun4v/include/pcpu.h @@ -77,10 +77,8 @@ struct pmap; u_int pc_kwbuf_full; \ struct rwindow pc_tsbwbuf[2]; \ uint64_t pc_caller; \ - uint32_t pc_tl; \ - uint32_t pc_trapid; \ uint16_t pc_cpulist[MAXCPU]; \ - uint64_t pad[6]; + uint64_t pad[7]; /* XXX SUN4V_FIXME - as we access the *_ra and *_size fields in quick * succession we _really_ want them to be L1 cache line size aligned |
