* 2.6.23-rc1-mm1 compilation is broken (while 2.6.23-rc1 is not)
@ 2007-07-26 9:05 Pavel Emelyanov
2007-07-26 9:15 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Emelyanov @ 2007-07-26 9:05 UTC (permalink / raw)
To: len.brown, Andrew Morton; +Cc: linux-acpi
The following error occurs:
drivers/built-in.o(.text+0xb2f9): In function `acpi_pci_choose_state':
pci-acpi.c: undefined reference to `acpi_pm_device_sleep_state'
drivers/built-in.o(.text+0x3269d): In function `pnpacpi_suspend':
core.c: undefined reference to `acpi_pm_device_sleep_state'
The problem is in git-acpi.patch from -mm1 broken-out tree, which adds
the pnpacpi_suspend() function and the acpi_pci_choose_state()'s body
to the according mainline kernel.
The acpi_pm_device_sleep_state() one is available under CONFIG_ACPI_SLEEP
only, which depends on !SMP (in my config SMP=y).
Is there any other info from me that can help to solve the problem (if it
is not solved yet, of course)?
Thanks,
Pavel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-26 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-26 9:05 2.6.23-rc1-mm1 compilation is broken (while 2.6.23-rc1 is not) Pavel Emelyanov
2007-07-26 9:15 ` Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.