acpica5 issues

YONETANI Tomokazu qhwt+dragonfly-kernel at les.ath.cx
Tue May 25 18:32:05 PDT 2004


Hi.

On Fri, May 14, 2004 at 09:45:20PM -0400, Rahul Siddharthan wrote:
> OK, I'm still having problems with acpica5 in my kernel config.

Actually, just adding `device acpica5' does NOT link the acpi code
in /sys/dev/acpica5 to kernel at all, but instead it's using older
code from /sys/dev/acpica.
To examine this, look for a function which exists in the newer acpi
code but not in the older code and vice versa, say acpi_cpu_c1() and
acpi_cpu_init_throttling(), in the list output from nm command.

$ nm /kernel | grep ' acpi_cpu_c1' || echo no match
no match

$ nm /kernel | grep ' acpi_cpu_init_throttling' || echo no match
c017735e t acpi_cpu_init_throttling





More information about the Kernel mailing list