summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-06-16 12:00:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-06-16 12:00:16 +0000
commit944accf0a71963c0a94b3fa4228c137e6430c36c (patch)
treee72f135b3806402b34db84160104ce8156104dc2 /sys/arch
parent142ca1ce3861f77a7536b6af1673fe84addac94b (diff)
don't define __HAVE_ACPI to unbreak radeondrm build
found the hard way by matthieu@ ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/riscv64/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/riscv64/include/param.h b/sys/arch/riscv64/include/param.h
index 35077612bc5..c7d2bfb69d5 100644
--- a/sys/arch/riscv64/include/param.h
+++ b/sys/arch/riscv64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.3 2021/05/21 16:50:48 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.4 2021/06/16 12:00:15 jsg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -76,7 +76,6 @@
#define STACKALIGNBYTES (16 - 1)
#define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES)
-#define __HAVE_ACPI
#define __HAVE_FDT
#endif /* _KERNEL */