* Re: 2.6.12-rc2-mm3 (ACPI build problem)
@ 2005-04-12 17:53 Stas Sergeev
2005-04-13 1:06 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Stas Sergeev @ 2005-04-12 17:53 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux kernel, ACPI Developers
Hello.
Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc2/2.6.12-rc2-mm3/
Fails to compile with
!CONFIG_ACPI && CONFIG_SMP.
CONFIG_SMP sets CONFIG_X86_HT,
which sets CONFIG_ACPI_BOOT,
but that fails without CONFIG_ACPI:
CC arch/i386/kernel/setup.o
arch/i386/kernel/setup.c:96: error: syntax error before ‘acpi_sci_flags’
arch/i386/kernel/setup.c:96: warning: type defaults to ‘int’ in declaration of ‘acpi_sci_flags’
arch/i386/kernel/setup.c:96: warning: data definition has no type or storage class
arch/i386/kernel/setup.c: In function ‘parse_cmdline_early’:
arch/i386/kernel/setup.c:811: error: request for member ‘trigger’ in something not a structure or union
arch/i386/kernel/setup.c:814: error: request for member ‘trigger’ in something not a structure or union
arch/i386/kernel/setup.c:817: error: request for member ‘polarity’ in something not a structure or union
arch/i386/kernel/setup.c:820: error: request for member ‘polarity’ in something not a structure or union
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.12-rc2-mm3 (ACPI build problem)
2005-04-12 17:53 2.6.12-rc2-mm3 (ACPI build problem) Stas Sergeev
@ 2005-04-13 1:06 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-04-13 1:06 UTC (permalink / raw)
To: Stas Sergeev; +Cc: Andrew Morton, Linux kernel, ACPI Developers
On Tue, Apr 12, 2005 at 09:53:02PM +0400, Stas Sergeev wrote:
> Hello.
>
> Andrew Morton wrote:
> >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc2/2.6.12-rc2-mm3/
> Fails to compile with
> !CONFIG_ACPI && CONFIG_SMP.
> CONFIG_SMP sets CONFIG_X86_HT,
> which sets CONFIG_ACPI_BOOT,
> but that fails without CONFIG_ACPI:
>
> CC arch/i386/kernel/setup.o
> arch/i386/kernel/setup.c:96: error: syntax error before ???acpi_sci_flags???
> arch/i386/kernel/setup.c:96: warning: type defaults to ???int??? in
> declaration of ???acpi_sci_flags???
> arch/i386/kernel/setup.c:96: warning: data definition has no type or
> storage class
> arch/i386/kernel/setup.c: In function ???parse_cmdline_early???:
> arch/i386/kernel/setup.c:811: error: request for member ???trigger??? in
> something not a structure or union
> arch/i386/kernel/setup.c:814: error: request for member ???trigger??? in
> something not a structure or union
> arch/i386/kernel/setup.c:817: error: request for member ???polarity??? in
> something not a structure or union
> arch/i386/kernel/setup.c:820: error: request for member ???polarity??? in
> something not a structure or union
Known bug.
Workaround:
Enable CONFIG_ACPI.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-13 1:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-12 17:53 2.6.12-rc2-mm3 (ACPI build problem) Stas Sergeev
2005-04-13 1:06 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox