From: Pavel Emelyanov <xemul@openvz.org>
To: len.brown@intel.com, Andrew Morton <akpm@osdl.org>
Cc: linux-acpi@vger.kernel.org
Subject: 2.6.23-rc1-mm1 compilation is broken (while 2.6.23-rc1 is not)
Date: Thu, 26 Jul 2007 13:05:02 +0400 [thread overview]
Message-ID: <46A863BE.5030106@openvz.org> (raw)
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
next reply other threads:[~2007-07-26 9:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-26 9:05 Pavel Emelyanov [this message]
2007-07-26 9:15 ` 2.6.23-rc1-mm1 compilation is broken (while 2.6.23-rc1 is not) Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46A863BE.5030106@openvz.org \
--to=xemul@openvz.org \
--cc=akpm@osdl.org \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.