Re: 2.6.12-rc2-mm3 (ACPI build problem)

From: Stas Sergeev
Date: Tue Apr 12 2005 - 13:35:31 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/