Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2022 18:13:57 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef1851fb435d - main - acpi_ged: Module build no longer needs to define INTRNG
Message-ID:  <202210241813.29OIDvh3088465@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef1851fb435d5e811601e8dba8bf6dca6db0f428

commit ef1851fb435d5e811601e8dba8bf6dca6db0f428
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-24 18:12:29 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-24 18:13:04 +0000

    acpi_ged: Module build no longer needs to define INTRNG
    
    Now that we properly define INTRNG generically on all the platforms that
    need it in opt_global.h, we don't need to define it here.
    
    Sponsored by:           Netflix
    Reviewed by:            kevans
    Differential Revision:  https://reviews.freebsd.org/D37110
---
 sys/modules/acpi/acpi_ged/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/modules/acpi/acpi_ged/Makefile b/sys/modules/acpi/acpi_ged/Makefile
index 87dd53b88b2b..78f0303f275e 100644
--- a/sys/modules/acpi/acpi_ged/Makefile
+++ b/sys/modules/acpi/acpi_ged/Makefile
@@ -1,9 +1,6 @@
 #	$FreeBSD$
 
 .PATH:	${SRCTOP}/sys/dev/acpica
-.if ${MACHINE_CPUARCH} == "aarch64"
-CFLAGS += -DINTRNG
-.endif
 KMOD=	acpi_ged
 SRCS=	acpi_ged.c
 SRCS+=	opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210241813.29OIDvh3088465>