diff options
author | marius <marius@FreeBSD.org> | 2007-11-11 12:30:56 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2007-11-11 12:30:56 +0000 |
commit | 74c3115bcc128953a978204c254b0cd1c456a062 (patch) | |
tree | dcd0de08e515122fd32f60c875166b535f44eed0 /sys/sun4v | |
parent | 7afcb02e665fcdb8ad50c3624baa1137557ce2a4 (diff) | |
download | FreeBSD-src-74c3115bcc128953a978204c254b0cd1c456a062.zip FreeBSD-src-74c3115bcc128953a978204c254b0cd1c456a062.tar.gz |
Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.
Diffstat (limited to 'sys/sun4v')
-rw-r--r-- | sys/sun4v/include/pcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h index 69f3dd5..30572b8 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 |