* [2.5.64] depmod problem
@ 2003-03-07 1:00 Paweł Gołaszewski
2003-03-07 1:01 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Paweł Gołaszewski @ 2003-03-07 1:00 UTC (permalink / raw)
To: linux-kernel
When making depmod on fresh 2.5.64 I get:
# /sbin/depmod -ae -F System.map 2.5.64
WARNING: /lib/modules/2.5.64/kernel/drivers/hotplug/acpiphp.ko needs unknown symbol acpi_resource_to_address64
--
---------------------------------
pozdr. Paweł Gołaszewski
---------------------------------
CPU not found - software emulation...
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.5.64] depmod problem
2003-03-07 1:00 [2.5.64] depmod problem Paweł Gołaszewski
@ 2003-03-07 1:01 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-03-07 1:01 UTC (permalink / raw)
To: Pawe? Go?aszewski; +Cc: linux-kernel
On Fri, Mar 07, 2003 at 02:00:01AM +0100, Pawe? Go?aszewski wrote:
> When making depmod on fresh 2.5.64 I get:
>
> # /sbin/depmod -ae -F System.map 2.5.64
> WARNING: /lib/modules/2.5.64/kernel/drivers/hotplug/acpiphp.ko needs unknown symbol acpi_resource_to_address64
Wow, you actually have a ACPI PCI Hotplug machine? I didn't know any
were in the wild yet. What kind is it?
To fix this add:
EXPORT_SYMBOL(acpi_resource_to_address64);
to drivers/acpi/acpi_ksyms.c
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-07 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 1:00 [2.5.64] depmod problem Paweł Gołaszewski
2003-03-07 1:01 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox