From 31feb38e27f63353c089e3c9486d4d4bd305aa8c Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:18 +0200 Subject: [PATCH] --- yaml --- r: 65411 b: refs/heads/master c: 84629d8d3695cab7177e9a04ccc212727280bdd8 h: refs/heads/master i: 65409: b4d4cc7f9003e9bc4fcb706c262d7ed4cc1445e1 65407: eec7c4b4a1f272f69b48ffaf73d7d2b449164fe2 v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/acpi/Makefile | 2 +- trunk/arch/i386/kernel/acpi/{earlyquirk.c => earlyquirk_32.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/kernel/acpi/{earlyquirk.c => earlyquirk_32.c} (100%) diff --git a/[refs] b/[refs] index 995921ac061f..f57247f32538 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bf79503a14c2d7c8b27dec60dae60af69c509a77 +refs/heads/master: 84629d8d3695cab7177e9a04ccc212727280bdd8 diff --git a/trunk/arch/i386/kernel/acpi/Makefile b/trunk/arch/i386/kernel/acpi/Makefile index cfbc7d8d66e2..a4852a2e9190 100644 --- a/trunk/arch/i386/kernel/acpi/Makefile +++ b/trunk/arch/i386/kernel/acpi/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_ACPI) += boot.o ifneq ($(CONFIG_PCI),) -obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o +obj-$(CONFIG_X86_IO_APIC) += earlyquirk_32.o endif obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o diff --git a/trunk/arch/i386/kernel/acpi/earlyquirk.c b/trunk/arch/i386/kernel/acpi/earlyquirk_32.c similarity index 100% rename from trunk/arch/i386/kernel/acpi/earlyquirk.c rename to trunk/arch/i386/kernel/acpi/earlyquirk_32.c