summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/_types.h b/sys/arch/amd64/include/_types.h
index 1e72f5dc77a..67c67a1472f 100644
--- a/sys/arch/amd64/include/_types.h
+++ b/sys/arch/amd64/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.16 2015/09/26 16:01:00 guenther Exp $ */
+/* $OpenBSD: _types.h,v 1.17 2018/03/05 01:15:25 deraadt Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -49,6 +49,7 @@
#define _STACKALIGNBYTES 15
#define _ALIGN(p) (((unsigned long)(p) + _ALIGNBYTES) &~_ALIGNBYTES)
#define _ALIGNED_POINTER(p,t) 1
+#define _MAX_PAGE_SHIFT 12 /* same as PAGE_SHIFT */
#if defined(_KERNEL)
typedef struct label_t {