From 9c4d4c3bd4d64d94e150e042668a427abf8d7e79 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Jan 2008 13:31:50 +0100 Subject: [PATCH] --- yaml --- r: 80066 b: refs/heads/master c: b7b71725fb9584454bfe5f231223bd63421798fb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/Makefile_32 | 3 ++- trunk/arch/x86/kernel/{i387_32.c => i387.c} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename trunk/arch/x86/kernel/{i387_32.c => i387.c} (100%) diff --git a/[refs] b/[refs] index 08294f53890b..aba3a56f82f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff0ebb23c6eedc9ac0d84638489d806b30bde8b0 +refs/heads/master: b7b71725fb9584454bfe5f231223bd63421798fb diff --git a/trunk/arch/x86/kernel/Makefile_32 b/trunk/arch/x86/kernel/Makefile_32 index c7a959da363a..a67198044b0d 100644 --- a/trunk/arch/x86/kernel/Makefile_32 +++ b/trunk/arch/x86/kernel/Makefile_32 @@ -7,9 +7,10 @@ CPPFLAGS_vmlinux.lds += -Ui386 obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \ time_32.o ioport_32.o ldt.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\ + pci-dma_32.o i386_ksyms_32.o bootflag.o e820_32.o\ quirks.o i8237.o topology.o alternative.o i8253.o tsc_32.o io_delay.o rtc.o +obj-y += i387.o obj-y += ptrace.o obj-y += ds.o obj-y += tls.o diff --git a/trunk/arch/x86/kernel/i387_32.c b/trunk/arch/x86/kernel/i387.c similarity index 100% rename from trunk/arch/x86/kernel/i387_32.c rename to trunk/arch/x86/kernel/i387.c