diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 13:31:50 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:50 +0100 |
commit | b7b71725fb9584454bfe5f231223bd63421798fb (patch) | |
tree | dc40d035de760fd4b68243953094316edf5c0a6b /arch | |
parent | ff0ebb23c6eedc9ac0d84638489d806b30bde8b0 (diff) |
x86: i387 renaming
This renames arch/x86/kernel/{i387_32.c => i387.c}.
This is a pure renaming, but paves the way for merging
the 32-bit and 64-bit versions of this code.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/Makefile_32 | 3 | ||||
-rw-r--r-- | arch/x86/kernel/i387.c (renamed from arch/x86/kernel/i387_32.c) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32 index c7a959da363..a67198044b0 100644 --- a/arch/x86/kernel/Makefile_32 +++ b/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/arch/x86/kernel/i387_32.c b/arch/x86/kernel/i387.c index bebe0346346..bebe0346346 100644 --- a/arch/x86/kernel/i387_32.c +++ b/arch/x86/kernel/i387.c |