]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
i386: move power
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:34 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:34 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/Makefile
arch/x86/power/Makefile [moved from arch/i386/power/Makefile with 100% similarity]
arch/x86/power/cpu.c [moved from arch/i386/power/cpu.c with 100% similarity]
arch/x86/power/suspend.c [moved from arch/i386/power/suspend.c with 100% similarity]
arch/x86/power/swsusp.S [moved from arch/i386/power/swsusp.S with 100% similarity]

index 93492b37061c8242ed24c70896127e2e33aaa032..da64799484a779df277fdc136a0c31f81bb46bd0 100644 (file)
@@ -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)
similarity index 100%
rename from arch/i386/power/cpu.c
rename to arch/x86/power/cpu.c