From aeb96c2586b50406b4a789fc39cf3b69ac7c3e75 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 16 Jun 2021 12:00:15 +0000 Subject: [PATCH] don't define __HAVE_ACPI to unbreak radeondrm build found the hard way by matthieu@ ok kettenis@ --- sys/arch/riscv64/include/param.h | 3 +-- 1 file changed, 1 insertion(+), 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 */ -- 2.20.1