i386: move math-emu
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:31 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:31 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
49 files changed:
arch/i386/Kconfig
arch/i386/Makefile
arch/x86/math-emu/Makefile [moved from arch/i386/math-emu/Makefile with 100% similarity]
arch/x86/math-emu/README [moved from arch/i386/math-emu/README with 100% similarity]
arch/x86/math-emu/control_w.h [moved from arch/i386/math-emu/control_w.h with 100% similarity]
arch/x86/math-emu/div_Xsig.S [moved from arch/i386/math-emu/div_Xsig.S with 100% similarity]
arch/x86/math-emu/div_small.S [moved from arch/i386/math-emu/div_small.S with 100% similarity]
arch/x86/math-emu/errors.c [moved from arch/i386/math-emu/errors.c with 100% similarity]
arch/x86/math-emu/exception.h [moved from arch/i386/math-emu/exception.h with 100% similarity]
arch/x86/math-emu/fpu_arith.c [moved from arch/i386/math-emu/fpu_arith.c with 100% similarity]
arch/x86/math-emu/fpu_asm.h [moved from arch/i386/math-emu/fpu_asm.h with 100% similarity]
arch/x86/math-emu/fpu_aux.c [moved from arch/i386/math-emu/fpu_aux.c with 100% similarity]
arch/x86/math-emu/fpu_emu.h [moved from arch/i386/math-emu/fpu_emu.h with 100% similarity]
arch/x86/math-emu/fpu_entry.c [moved from arch/i386/math-emu/fpu_entry.c with 100% similarity]
arch/x86/math-emu/fpu_etc.c [moved from arch/i386/math-emu/fpu_etc.c with 100% similarity]
arch/x86/math-emu/fpu_proto.h [moved from arch/i386/math-emu/fpu_proto.h with 100% similarity]
arch/x86/math-emu/fpu_system.h [moved from arch/i386/math-emu/fpu_system.h with 100% similarity]
arch/x86/math-emu/fpu_tags.c [moved from arch/i386/math-emu/fpu_tags.c with 100% similarity]
arch/x86/math-emu/fpu_trig.c [moved from arch/i386/math-emu/fpu_trig.c with 100% similarity]
arch/x86/math-emu/get_address.c [moved from arch/i386/math-emu/get_address.c with 100% similarity]
arch/x86/math-emu/load_store.c [moved from arch/i386/math-emu/load_store.c with 100% similarity]
arch/x86/math-emu/mul_Xsig.S [moved from arch/i386/math-emu/mul_Xsig.S with 100% similarity]
arch/x86/math-emu/poly.h [moved from arch/i386/math-emu/poly.h with 100% similarity]
arch/x86/math-emu/poly_2xm1.c [moved from arch/i386/math-emu/poly_2xm1.c with 100% similarity]
arch/x86/math-emu/poly_atan.c [moved from arch/i386/math-emu/poly_atan.c with 100% similarity]
arch/x86/math-emu/poly_l2.c [moved from arch/i386/math-emu/poly_l2.c with 100% similarity]
arch/x86/math-emu/poly_sin.c [moved from arch/i386/math-emu/poly_sin.c with 100% similarity]
arch/x86/math-emu/poly_tan.c [moved from arch/i386/math-emu/poly_tan.c with 100% similarity]
arch/x86/math-emu/polynom_Xsig.S [moved from arch/i386/math-emu/polynom_Xsig.S with 100% similarity]
arch/x86/math-emu/reg_add_sub.c [moved from arch/i386/math-emu/reg_add_sub.c with 100% similarity]
arch/x86/math-emu/reg_compare.c [moved from arch/i386/math-emu/reg_compare.c with 100% similarity]
arch/x86/math-emu/reg_constant.c [moved from arch/i386/math-emu/reg_constant.c with 100% similarity]
arch/x86/math-emu/reg_constant.h [moved from arch/i386/math-emu/reg_constant.h with 100% similarity]
arch/x86/math-emu/reg_convert.c [moved from arch/i386/math-emu/reg_convert.c with 100% similarity]
arch/x86/math-emu/reg_divide.c [moved from arch/i386/math-emu/reg_divide.c with 100% similarity]
arch/x86/math-emu/reg_ld_str.c [moved from arch/i386/math-emu/reg_ld_str.c with 100% similarity]
arch/x86/math-emu/reg_mul.c [moved from arch/i386/math-emu/reg_mul.c with 100% similarity]
arch/x86/math-emu/reg_norm.S [moved from arch/i386/math-emu/reg_norm.S with 100% similarity]
arch/x86/math-emu/reg_round.S [moved from arch/i386/math-emu/reg_round.S with 100% similarity]
arch/x86/math-emu/reg_u_add.S [moved from arch/i386/math-emu/reg_u_add.S with 100% similarity]
arch/x86/math-emu/reg_u_div.S [moved from arch/i386/math-emu/reg_u_div.S with 100% similarity]
arch/x86/math-emu/reg_u_mul.S [moved from arch/i386/math-emu/reg_u_mul.S with 100% similarity]
arch/x86/math-emu/reg_u_sub.S [moved from arch/i386/math-emu/reg_u_sub.S with 100% similarity]
arch/x86/math-emu/round_Xsig.S [moved from arch/i386/math-emu/round_Xsig.S with 100% similarity]
arch/x86/math-emu/shr_Xsig.S [moved from arch/i386/math-emu/shr_Xsig.S with 100% similarity]
arch/x86/math-emu/status_w.h [moved from arch/i386/math-emu/status_w.h with 100% similarity]
arch/x86/math-emu/version.h [moved from arch/i386/math-emu/version.h with 100% similarity]
arch/x86/math-emu/wm_shrx.S [moved from arch/i386/math-emu/wm_shrx.S with 100% similarity]
arch/x86/math-emu/wm_sqrt.S [moved from arch/i386/math-emu/wm_sqrt.S with 100% similarity]

index fc86d41..561cc21 100644 (file)
@@ -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.
index dca07ae..fe374b6 100644 (file)
@@ -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/