[patch] trivial acpi/Kconfig

From: Darren Williams
Date: Wed Apr 07 2004 - 21:19:52 EST


On ia64 when NUMA and SMP are selected, smpboot.c
expects ACPI_NUMA to be configured also or the
build fails due to:
http://linux.bkbits.net:8080/linux-2.5/diffs/arch/ia64/kernel/smpboot.c@xxxx?nav=index.html|src/|src/arch|src/arch/ia64|src/arch/ia64/kernel|hist/arch/ia64/kernel/smpboot.c

I am not sure why our autobuild has suddenly started
to fail
(http://www.gelato.unsw.edu.au/kerncomp/)
though it is due to ACPI_NUMA not being set.
The attached patch should help when
configuring NUMA and SMP ia64 machines and
was generated against 2.6.5-bk


Darren

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1783 -> 1.1784
# drivers/acpi/Kconfig 1.31 -> 1.32
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/04/08 dsw@quasar.(none) 1.1784
# Update Kconfig to default ACPI_NUMA to y
# if NUMA and SMP are selected
# --------------------------------------------
#
diff -Nru a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
--- a/drivers/acpi/Kconfig Thu Apr 8 11:03:14 2004
+++ b/drivers/acpi/Kconfig Thu Apr 8 11:03:14 2004
@@ -144,7 +144,7 @@
depends on ACPI_INTERPRETER
depends on NUMA
depends on IA64
- default y if IA64_GENERIC || IA64_SGI_SN2
+ default y if IA64_GENERIC || IA64_SGI_SN2 || SMP

config ACPI_ASUS
tristate "ASUS/Medion Laptop Extras"



--------------------------------------------------
Darren Williams <dsw AT gelato.unsw.edu.au>
Gelato@UNSW <www.gelato.unsw.edu.au>
--------------------------------------------------
-
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/