···707707 intend to use this kernel on different machines.708708709709 More information about the internals of the Linux math coprocessor710710- emulation can be found in <file:arch/i386/math-emu/README>.710710+ emulation can be found in <file:arch/x86/math-emu/README>.711711712712 If you are not sure, say Y; apart from resulting in a 66 KB bigger713713 kernel, it won't hurt.
+1-1
arch/i386/Makefile
···106106 arch/i386/mm/ \107107 $(mcore-y)/ \108108 arch/x86/crypto/109109-drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/109109+drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/110110drivers-$(CONFIG_PCI) += arch/i386/pci/111111# must be linked after kernel/112112drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/