artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9abdc1
)
don't define __HAVE_ACPI to unbreak radeondrm build
author
jsg
<jsg@openbsd.org>
Wed, 16 Jun 2021 12:00:15 +0000
(12:00 +0000)
committer
jsg
<jsg@openbsd.org>
Wed, 16 Jun 2021 12:00:15 +0000
(12:00 +0000)
found the hard way by matthieu@ ok kettenis@
sys/arch/riscv64/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/include/param.h
b/sys/arch/riscv64/include/param.h
index
3507761
..
c7d2bfb
100644
(file)
--- 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 */