From 193aa5d7efc827f1c4edc6ecaf3b4596e720f82f Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:15 +0200 Subject: [PATCH] i386: prepare shared kernel/acpi/wakeup.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/kernel/acpi/Makefile | 2 +- arch/i386/kernel/acpi/{wakeup.S => wakeup_32.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/kernel/acpi/{wakeup.S => wakeup_32.S} (100%) diff --git a/arch/i386/kernel/acpi/Makefile b/arch/i386/kernel/acpi/Makefile index 7f7be01f44e..fb602cd5192 100644 --- a/arch/i386/kernel/acpi/Makefile +++ b/arch/i386/kernel/acpi/Makefile @@ -2,7 +2,7 @@ obj-$(CONFIG_ACPI) += boot.o ifneq ($(CONFIG_PCI),) obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o endif -obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o +obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_32.o ifneq ($(CONFIG_ACPI_PROCESSOR),) obj-y += cstate.o processor.o diff --git a/arch/i386/kernel/acpi/wakeup.S b/arch/i386/kernel/acpi/wakeup_32.S similarity index 100% rename from arch/i386/kernel/acpi/wakeup.S rename to arch/i386/kernel/acpi/wakeup_32.S -- 2.46.0