[Bug 282800] sys/dev/dpaa2/dpaa2_mc_acpi.c does not compile with ACPI_DEBUG

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Nov 2024 16:42:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282800

            Bug ID: 282800
           Summary: sys/dev/dpaa2/dpaa2_mc_acpi.c does not compile with
                    ACPI_DEBUG
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: arm
          Assignee: freebsd-arm@FreeBSD.org
          Reporter: phk@FreeBSD.org

It is missing #defines for _COMPONENT and ACPI_MODULE_NAME.

I guess ACPI_MODULE_NAME can simply be "DPAA2" but I have no idea what would be
a proper value for _COMPONENT

Reproduce:

add "options ACPI_DEBUG" to sys/arm64/conf/GENERIC and build the kernel

-- 
You are receiving this mail because:
You are the assignee for the bug.