From 063528d699649e66f16573e115a0407aea7fae2f Mon Sep 17 00:00:00 2001 From: kmacy Date: Sun, 17 Dec 2006 02:04:19 +0000 Subject: GC unused fields in pcpu --- sys/sun4v/include/pcpu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/sun4v') 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 -- cgit v1.1