summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-17 02:04:19 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-17 02:04:19 +0000
commit063528d699649e66f16573e115a0407aea7fae2f (patch)
tree6508b8613e1fcced0b4ccd13b2109290a0a0e40b /sys/sun4v/include
parent4cb380a33e5a8705671c98ae7c29653c74c5a58a (diff)
downloadFreeBSD-src-063528d699649e66f16573e115a0407aea7fae2f.zip
FreeBSD-src-063528d699649e66f16573e115a0407aea7fae2f.tar.gz
GC unused fields in pcpu
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/pcpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h
index 1581922..c9f0b63 100644
--- a/sys/sun4v/include/pcpu.h
+++ b/sys/sun4v/include/pcpu.h
@@ -68,16 +68,13 @@ struct pmap;
vm_paddr_t pc_nrq_ra; \
uint64_t pc_nrq_size; \
u_long pc_tickref; \
- u_long pc_lookup_field; \
- u_long pc_last_field; \
u_long pc_tickadj; \
struct rwindow pc_kwbuf; \
u_long pc_kwbuf_sp; \
u_int pc_kwbuf_full; \
struct rwindow pc_tsbwbuf[2]; \
- uint64_t pc_caller; \
uint16_t pc_cpulist[MAXCPU]; \
- uint64_t pad[8];
+ uint64_t pad[11];
/* 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
OpenPOWER on IntegriCloud