aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcpu.h
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2008-04-25 05:18:50 +0000
committerJeff Roberson <jeff@FreeBSD.org>2008-04-25 05:18:50 +0000
commit6c47aaae12ea84af9d94e32796fccb873af36a0e (patch)
treeae275695b8c2f48f9a96c11fe4405ef85fe1bc79 /sys/amd64/include/pcpu.h
parentda28723ecdadd53c99985663adae9c96f049c449 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/pcpu.h')
-rw-r--r--sys/amd64/include/pcpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h
index 9245bbebbcbbe..444109ebc9c77 100644
--- a/sys/amd64/include/pcpu.h
+++ b/sys/amd64/include/pcpu.h
@@ -43,6 +43,7 @@
* other processors"
*/
#define PCPU_MD_FIELDS \
+ char pc_monitorbuf[128] __aligned(128); /* cache line */ \
struct pcpu *pc_prvspace; /* Self-reference */ \
struct pmap *pc_curpmap; \
struct amd64tss *pc_tssp; \