aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-11-04 16:42:20 +0000
committerMark Johnston <markj@FreeBSD.org>2020-11-04 16:42:20 +0000
commitcff169880e88bbb6ee1b39713bdd7acba2aca201 (patch)
tree6d5a3b10879eac742105ce9d242c593299521a3a /sys/amd64/include
parentf7db0c9532521496366564e579d0eadc9134dad0 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/intr_machdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h
index 3dd3a9ce5d426..48af1fd1d5784 100644
--- a/sys/amd64/include/intr_machdep.h
+++ b/sys/amd64/include/intr_machdep.h
@@ -41,4 +41,9 @@ struct nmi_pcpu {
register_t __padding; /* pad to 16 bytes */
};
+#define DBLFAULT_STACK_SIZE PAGE_SIZE
+#define NMI_STACK_SIZE PAGE_SIZE
+#define MCE_STACK_SIZE PAGE_SIZE
+#define DBG_STACK_SIZE PAGE_SIZE
+
#endif /* !__MACHINE_INTR_MACHDEP_H__ */