From 5077aaca20fb98f0bba2d559c4e7893d3264e92f Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sun, 11 Nov 2007 12:30:56 +0000 Subject: [PATCH] Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23. --- sys/sun4v/include/pcpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h index 69f3dd50933..30572b8c78a 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[9]; /* 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