Define __HAVE_ACPI.
authorkettenis <kettenis@openbsd.org>
Sat, 25 Aug 2018 17:24:22 +0000 (17:24 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 25 Aug 2018 17:24:22 +0000 (17:24 +0000)
ok deraadt@, krw@, jca@

sys/arch/amd64/include/param.h
sys/arch/i386/include/param.h

index ad9f1b2..fd5ab6d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.25 2018/03/04 16:44:02 deraadt Exp $      */
+/*     $OpenBSD: param.h,v 1.26 2018/08/25 17:24:22 kettenis Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -84,6 +84,8 @@
  */
 #define        NKMEMPAGES_MAX_DEFAULT  ((128 * 1024 * 1024) >> PAGE_SHIFT)
 
+#define __HAVE_ACPI
+
 #endif /* _KERNEL */
 
 #endif /* _MACHINE_PARAM_H_ */
index fd7088d..8a1a61b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.49 2017/08/16 18:34:10 deraadt Exp $      */
+/*     $OpenBSD: param.h,v 1.50 2018/08/25 17:24:22 kettenis Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -79,6 +79,8 @@
  */
 #define        NKMEMPAGES_MAX_DEFAULT  ((64 * 1024 * 1024) >> PAGE_SHIFT)
 
+#define __HAVE_ACPI
+
 #endif /* _KERNEL */
 
 #endif /* _MACHINE_PARAM_H_ */