Commit da957e11 authored by Thomas Gleixner's avatar Thomas Gleixner

i386: move math-emu

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2ec1df41
...@@ -707,7 +707,7 @@ config MATH_EMULATION ...@@ -707,7 +707,7 @@ config MATH_EMULATION
intend to use this kernel on different machines. intend to use this kernel on different machines.
More information about the internals of the Linux math coprocessor More information about the internals of the Linux math coprocessor
emulation can be found in <file:arch/i386/math-emu/README>. emulation can be found in <file:arch/x86/math-emu/README>.
If you are not sure, say Y; apart from resulting in a 66 KB bigger If you are not sure, say Y; apart from resulting in a 66 KB bigger
kernel, it won't hurt. kernel, it won't hurt.
......
...@@ -106,7 +106,7 @@ core-y += arch/i386/kernel/ \ ...@@ -106,7 +106,7 @@ core-y += arch/i386/kernel/ \
arch/i386/mm/ \ arch/i386/mm/ \
$(mcore-y)/ \ $(mcore-y)/ \
arch/x86/crypto/ arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
drivers-$(CONFIG_PCI) += arch/i386/pci/ drivers-$(CONFIG_PCI) += arch/i386/pci/
# must be linked after kernel/ # must be linked after kernel/
drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment