summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-06-03 19:31:26 +0000
committermarius <marius@FreeBSD.org>2009-06-03 19:31:26 +0000
commit437ea46b9f305a7035242b8063bd5ddb34621722 (patch)
tree35f252fd61e37a70f962d7eacb2153a6a2055652 /sys/sun4v
parent849a8ce20b26266bfcee925d683db20bee2a0ccd (diff)
downloadFreeBSD-src-437ea46b9f305a7035242b8063bd5ddb34621722.zip
FreeBSD-src-437ea46b9f305a7035242b8063bd5ddb34621722.tar.gz
Adjust the padding of struct pcpu to r193219.
Submitted by: Eygene Ryabinkin
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/pcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h
index 434f1cd..ec89212 100644
--- a/sys/sun4v/include/pcpu.h
+++ b/sys/sun4v/include/pcpu.h
@@ -39,9 +39,9 @@
struct pmap;
#ifdef KTR
-#define PCPU_MD_FIELDS_PAD (4 - (PCPU_NAME_LEN + 7) / 8)
+#define PCPU_MD_FIELDS_PAD (3 - (PCPU_NAME_LEN + 7) / 8)
#else
-#define PCPU_MD_FIELDS_PAD 4
+#define PCPU_MD_FIELDS_PAD 3
#endif
/*
OpenPOWER on IntegriCloud