Bläddra i källkod

i386: move power

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 år sedan
förälder
incheckning
4b60eb8380
5 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      arch/i386/Makefile
  2. 0 0
      arch/x86/power/Makefile
  3. 0 0
      arch/x86/power/cpu.c
  4. 0 0
      arch/x86/power/suspend.c
  5. 0 0
      arch/x86/power/swsusp.S

+ 1 - 1
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)

+ 0 - 0
arch/i386/power/Makefile → arch/x86/power/Makefile


+ 0 - 0
arch/i386/power/cpu.c → arch/x86/power/cpu.c


+ 0 - 0
arch/i386/power/suspend.c → arch/x86/power/suspend.c


+ 0 - 0
arch/i386/power/swsusp.S → arch/x86/power/swsusp.S