Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5759124 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Thomas Gleixner
Browse files

x86 PM: rename 32-bit files in arch/x86/power



Rename cpu.c, suspend.c and swsusp.S in arch/x86/power to cpu_32.c,
hibernate_32.c and hibernate_asm_32.S, respectively, and update the
purpose and copyright information in these files.

Update the Makefile in arch/x86/power to reflect the above changes.

Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent cf7700fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2,6 +2,6 @@ ifeq ($(CONFIG_X86_64),y)
        obj-$(CONFIG_PM)		+= suspend_64.o
        obj-$(CONFIG_PM)		+= suspend_64.o
        obj-$(CONFIG_HIBERNATION)	+= hibernate_asm_64.o
        obj-$(CONFIG_HIBERNATION)	+= hibernate_asm_64.o
else
else
	obj-$(CONFIG_PM)		+= cpu.o
	obj-$(CONFIG_PM)		+= cpu_32.o
	obj-$(CONFIG_HIBERNATION)	+= swsusp.o suspend.o
	obj-$(CONFIG_HIBERNATION)	+= hibernate_32.o hibernate_asm_32.o
endif
endif
+1 −1

File changed and moved.

Contains only whitespace changes.

+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Suspend support specific for i386 - temporary page tables
 * Hibernation support specific for i386 - temporary page tables
 *
 *
 * Distribute under GPLv2
 * Distribute under GPLv2
 *
 *
+1 −2
Original line number Original line Diff line number Diff line
.text
.text


/* Originally gcc generated, modified by hand
/*
 *
 * This may not use any stack, nor any variable that is not "NoSave":
 * This may not use any stack, nor any variable that is not "NoSave":
 *
 *
 * Its rewriting one kernel image with another. What is stack in "old"
 * Its rewriting one kernel image with another. What is stack in "old"