From 8763109aa7bdd3a3688562b84cbdc66fd6eb3559 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:14:34 +0200 Subject: [PATCH] --- yaml --- r: 65469 b: refs/heads/master c: 2cf08fa82161bf398c1a6321d738a45730b0acd2 h: refs/heads/master i: 65467: c995b60eeb60ae2143a727d86eaeee0c158f9557 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/Makefile | 2 +- trunk/arch/x86_64/kernel/{ioport.c => ioport_64.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/x86_64/kernel/{ioport.c => ioport_64.c} (100%) diff --git a/[refs] b/[refs] index a2dcd5520805..7c46a0829e29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 21a44007745783d8997ed115852a42fb2613bf9a +refs/heads/master: 2cf08fa82161bf398c1a6321d738a45730b0acd2 diff --git a/trunk/arch/x86_64/kernel/Makefile b/trunk/arch/x86_64/kernel/Makefile index a5ff38d5097c..7918fee8b9b3 100644 --- a/trunk/arch/x86_64/kernel/Makefile +++ b/trunk/arch/x86_64/kernel/Makefile @@ -5,7 +5,7 @@ extra-y := head.o head64.o init_task.o vmlinux.lds EXTRA_AFLAGS := -traditional obj-y := process.o signal.o entry.o traps_64.o irq.o \ - ptrace.o time.o ioport.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ + ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ x8664_ksyms.o i387.o syscall.o vsyscall_64.o \ setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \ pci-dma_64.o pci-nommu.o alternative.o hpet_64.o tsc.o bugs.o \ diff --git a/trunk/arch/x86_64/kernel/ioport.c b/trunk/arch/x86_64/kernel/ioport_64.c similarity index 100% rename from trunk/arch/x86_64/kernel/ioport.c rename to trunk/arch/x86_64/kernel/ioport_64.c