i386: move math-emu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
2ec1df4130
commit
da957e111b
49 changed files with 2 additions and 2 deletions
arch
i386
x86/math-emu
MakefileREADMEcontrol_w.hdiv_Xsig.Sdiv_small.Serrors.cexception.hfpu_arith.cfpu_asm.hfpu_aux.cfpu_emu.hfpu_entry.cfpu_etc.cfpu_proto.hfpu_system.hfpu_tags.cfpu_trig.cget_address.cload_store.cmul_Xsig.Spoly.hpoly_2xm1.cpoly_atan.cpoly_l2.cpoly_sin.cpoly_tan.cpolynom_Xsig.Sreg_add_sub.creg_compare.creg_constant.creg_constant.hreg_convert.creg_divide.creg_ld_str.creg_mul.creg_norm.Sreg_round.Sreg_u_add.Sreg_u_div.Sreg_u_mul.Sreg_u_sub.Sround_Xsig.Sshr_Xsig.Sstatus_w.hversion.hwm_shrx.Swm_sqrt.S
|
@ -707,7 +707,7 @@ config MATH_EMULATION
|
|||
intend to use this kernel on different machines.
|
||||
|
||||
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
|
||||
kernel, it won't hurt.
|
||||
|
|
|
@ -106,7 +106,7 @@ core-y += arch/i386/kernel/ \
|
|||
arch/i386/mm/ \
|
||||
$(mcore-y)/ \
|
||||
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/
|
||||
# must be linked after kernel/
|
||||
drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/
|
||||
|
|
Loading…
Add table
Reference in a new issue