From d91f79ebc3191b15dbe385925af4840f4e68df77 Mon Sep 17 00:00:00 2001
From: Len Brown <len.brown@intel.com>
Date: Sun, 27 Sep 2009 02:35:55 -0400
Subject: [PATCH] acpi_pad: build only on X86

X86_FEATURE_MWAIT doesn't exist on ia64...

Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/acpi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 13531ed3cbd36..e56d19207f7a3 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -200,6 +200,7 @@ config ACPI_PROCESSOR_AGGREGATOR
 	tristate "Processor Aggregator"
 	depends on ACPI_PROCESSOR
 	depends on EXPERIMENTAL
+	depends on X86
 	help
 	  ACPI 4.0 defines processor Aggregator, which enables OS to perform
 	  specfic processor configuration and control that applies to all
-- 
GitLab