]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify arch/x86/kernel/acpi/sleep*.c
authorPavel Machek <pavel@ucw.cz>
Wed, 30 Jan 2008 12:32:54 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:54 +0000 (13:32 +0100)
commitae7e992736459733099d4184b3b3d761c593b235
tree62818ab9c261872fb58473fdbb6c04f7beb439d2
parentc661fcff872d4396cefc0d25f41030c1cb911918
x86: unify arch/x86/kernel/acpi/sleep*.c

Unify arch/x86/kernel/acpi/sleep*.c

Pretty trivial unification; when two functions differed, it was
usually in error handling, and better of the two was picked up.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Looks-okay-to: Rafael J. Wysocki <rjw@sisk.pl>
Tested-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/Makefile
arch/x86/kernel/acpi/sleep.c [new file with mode: 0644]
arch/x86/kernel/acpi/sleep_32.c
arch/x86/kernel/acpi/sleep_64.c [deleted file]