From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:16:34 +0000 (+0200) Subject: i386: move power X-Git-Tag: v2.6.24-rc1~1501 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=4b60eb8380a0b588a03b6052d7ac93e1964c75b8;p=linux.git i386: move power Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 93492b37061c..da64799484a7 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -110,7 +110,7 @@ drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ drivers-$(CONFIG_PCI) += arch/i386/pci/ # must be linked after kernel/ drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ -drivers-$(CONFIG_PM) += arch/i386/power/ +drivers-$(CONFIG_PM) += arch/x86/power/ drivers-$(CONFIG_FB) += arch/i386/video/ CFLAGS += $(mflags-y) diff --git a/arch/i386/power/Makefile b/arch/x86/power/Makefile similarity index 100% rename from arch/i386/power/Makefile rename to arch/x86/power/Makefile diff --git a/arch/i386/power/cpu.c b/arch/x86/power/cpu.c similarity index 100% rename from arch/i386/power/cpu.c rename to arch/x86/power/cpu.c diff --git a/arch/i386/power/suspend.c b/arch/x86/power/suspend.c similarity index 100% rename from arch/i386/power/suspend.c rename to arch/x86/power/suspend.c diff --git a/arch/i386/power/swsusp.S b/arch/x86/power/swsusp.S similarity index 100% rename from arch/i386/power/swsusp.S rename to arch/x86/power/swsusp.S