From 4f1fb643f9cb3fae95be2236f1a58d959dc37c76 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:09 +0200 Subject: [PATCH] --- yaml --- r: 65404 b: refs/heads/master c: 76ea2ec68b54acc13ee1bfbb9a4e3aad370a374f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/Makefile | 2 +- trunk/arch/i386/kernel/{tsc.c => tsc_32.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/kernel/{tsc.c => tsc_32.c} (100%) diff --git a/[refs] b/[refs] index 656800658a43..a9804018ea33 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 668a3bf76e56f019fee46210531f94cf6b418bbd +refs/heads/master: 76ea2ec68b54acc13ee1bfbb9a4e3aad370a374f diff --git a/trunk/arch/i386/kernel/Makefile b/trunk/arch/i386/kernel/Makefile index ff2909a97441..d5367aa2510d 100644 --- a/trunk/arch/i386/kernel/Makefile +++ b/trunk/arch/i386/kernel/Makefile @@ -7,7 +7,7 @@ extra-y := head.o init_task_32.o vmlinux.lds obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \ ptrace_32.o time_32.o ioport_32.o ldt_32.o setup_32.o i8259_32.o sys_i386_32.o \ pci-dma_32.o i386_ksyms_32.o i387_32.o bootflag.o e820_32.o\ - quirks.o i8237.o topology.o alternative.o i8253_32.o tsc.o + quirks.o i8237.o topology.o alternative.o i8253_32.o tsc_32.o obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-y += cpu/ diff --git a/trunk/arch/i386/kernel/tsc.c b/trunk/arch/i386/kernel/tsc_32.c similarity index 100% rename from trunk/arch/i386/kernel/tsc.c rename to trunk/arch/i386/kernel/tsc_32.c