]> git.baikalelectronics.ru Git - kernel.git/commit
x86: i387 renaming
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:50 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:50 +0000 (13:31 +0100)
commitcf50ea7bb9072bc88faf27161d545c1596d03946
treedc40d035de760fd4b68243953094316edf5c0a6b
parent0230dd71b7380d09bcb6391b8eaaf3c8418379b9
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>
arch/x86/kernel/Makefile_32
arch/x86/kernel/i387.c [new file with mode: 0644]
arch/x86/kernel/i387_32.c [deleted file]