]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move i387 definitions to processor.h
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:41 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:41 +0000 (13:31 +0100)
commita0c671b51e830226e9aa702740df1f52a75aba82
tree702a028558df2c970c5f4280679d6bb81b822f63
parent5a321af3d9e491e1b2ed0ffefe17c77deb23b53f
x86: move i387 definitions to processor.h

This patch moves i387 definitions from processor_32.h and processor_64.h
to processor.h. They are different. Very different. And there's appearently
nothing we can do about it, so they're enclosed inside ifdefs.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/processor.h
include/asm-x86/processor_32.h
include/asm-x86/processor_64.h