From d75ad4d16cfe00cdfd986cc9e078b97cb0bc8640 Mon Sep 17 00:00:00 2001 From: kmacy Date: Wed, 20 Dec 2006 20:18:07 +0000 Subject: reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix) --- sys/sun4v/include/pcpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sun4v') diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h index c9f0b63..b080c3d 100644 --- a/sys/sun4v/include/pcpu.h +++ b/sys/sun4v/include/pcpu.h @@ -74,7 +74,7 @@ struct pmap; u_int pc_kwbuf_full; \ struct rwindow pc_tsbwbuf[2]; \ uint16_t pc_cpulist[MAXCPU]; \ - uint64_t pad[11]; + uint64_t pad[10]; /* 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