diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-25 17:24:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-25 17:24:23 +0000 |
commit | 2820f4332410f2f4d39ba3fe56aa8f54de258309 (patch) | |
tree | 3cb4e88392d02903b2be8d80314d631c8c62caa5 /sys/arch | |
parent | e4c48ed9bc793af4cde3936d99ecf7af0a462f5b (diff) |
Define __HAVE_ACPI.
ok deraadt@, krw@, jca@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/param.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/param.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index ad9f1b2eaa5..fd5ab6d727b 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -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_ */ diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index fd7088d4a31..8a1a61b165f 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -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_ */ |