Bläddra i källkod

i386: move math-emu

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 år sedan
förälder
incheckning
da957e111b
49 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      arch/i386/Kconfig
  2. 1 1
      arch/i386/Makefile
  3. 0 0
      arch/x86/math-emu/Makefile
  4. 0 0
      arch/x86/math-emu/README
  5. 0 0
      arch/x86/math-emu/control_w.h
  6. 0 0
      arch/x86/math-emu/div_Xsig.S
  7. 0 0
      arch/x86/math-emu/div_small.S
  8. 0 0
      arch/x86/math-emu/errors.c
  9. 0 0
      arch/x86/math-emu/exception.h
  10. 0 0
      arch/x86/math-emu/fpu_arith.c
  11. 0 0
      arch/x86/math-emu/fpu_asm.h
  12. 0 0
      arch/x86/math-emu/fpu_aux.c
  13. 0 0
      arch/x86/math-emu/fpu_emu.h
  14. 0 0
      arch/x86/math-emu/fpu_entry.c
  15. 0 0
      arch/x86/math-emu/fpu_etc.c
  16. 0 0
      arch/x86/math-emu/fpu_proto.h
  17. 0 0
      arch/x86/math-emu/fpu_system.h
  18. 0 0
      arch/x86/math-emu/fpu_tags.c
  19. 0 0
      arch/x86/math-emu/fpu_trig.c
  20. 0 0
      arch/x86/math-emu/get_address.c
  21. 0 0
      arch/x86/math-emu/load_store.c
  22. 0 0
      arch/x86/math-emu/mul_Xsig.S
  23. 0 0
      arch/x86/math-emu/poly.h
  24. 0 0
      arch/x86/math-emu/poly_2xm1.c
  25. 0 0
      arch/x86/math-emu/poly_atan.c
  26. 0 0
      arch/x86/math-emu/poly_l2.c
  27. 0 0
      arch/x86/math-emu/poly_sin.c
  28. 0 0
      arch/x86/math-emu/poly_tan.c
  29. 0 0
      arch/x86/math-emu/polynom_Xsig.S
  30. 0 0
      arch/x86/math-emu/reg_add_sub.c
  31. 0 0
      arch/x86/math-emu/reg_compare.c
  32. 0 0
      arch/x86/math-emu/reg_constant.c
  33. 0 0
      arch/x86/math-emu/reg_constant.h
  34. 0 0
      arch/x86/math-emu/reg_convert.c
  35. 0 0
      arch/x86/math-emu/reg_divide.c
  36. 0 0
      arch/x86/math-emu/reg_ld_str.c
  37. 0 0
      arch/x86/math-emu/reg_mul.c
  38. 0 0
      arch/x86/math-emu/reg_norm.S
  39. 0 0
      arch/x86/math-emu/reg_round.S
  40. 0 0
      arch/x86/math-emu/reg_u_add.S
  41. 0 0
      arch/x86/math-emu/reg_u_div.S
  42. 0 0
      arch/x86/math-emu/reg_u_mul.S
  43. 0 0
      arch/x86/math-emu/reg_u_sub.S
  44. 0 0
      arch/x86/math-emu/round_Xsig.S
  45. 0 0
      arch/x86/math-emu/shr_Xsig.S
  46. 0 0
      arch/x86/math-emu/status_w.h
  47. 0 0
      arch/x86/math-emu/version.h
  48. 0 0
      arch/x86/math-emu/wm_shrx.S
  49. 0 0
      arch/x86/math-emu/wm_sqrt.S

+ 1 - 1
arch/i386/Kconfig

@@ -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.

+ 1 - 1
arch/i386/Makefile

@@ -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/

+ 0 - 0
arch/i386/math-emu/Makefile → arch/x86/math-emu/Makefile


+ 0 - 0
arch/i386/math-emu/README → arch/x86/math-emu/README


+ 0 - 0
arch/i386/math-emu/control_w.h → arch/x86/math-emu/control_w.h


+ 0 - 0
arch/i386/math-emu/div_Xsig.S → arch/x86/math-emu/div_Xsig.S


+ 0 - 0
arch/i386/math-emu/div_small.S → arch/x86/math-emu/div_small.S


+ 0 - 0
arch/i386/math-emu/errors.c → arch/x86/math-emu/errors.c


+ 0 - 0
arch/i386/math-emu/exception.h → arch/x86/math-emu/exception.h


+ 0 - 0
arch/i386/math-emu/fpu_arith.c → arch/x86/math-emu/fpu_arith.c


+ 0 - 0
arch/i386/math-emu/fpu_asm.h → arch/x86/math-emu/fpu_asm.h


+ 0 - 0
arch/i386/math-emu/fpu_aux.c → arch/x86/math-emu/fpu_aux.c


+ 0 - 0
arch/i386/math-emu/fpu_emu.h → arch/x86/math-emu/fpu_emu.h


+ 0 - 0
arch/i386/math-emu/fpu_entry.c → arch/x86/math-emu/fpu_entry.c


+ 0 - 0
arch/i386/math-emu/fpu_etc.c → arch/x86/math-emu/fpu_etc.c


+ 0 - 0
arch/i386/math-emu/fpu_proto.h → arch/x86/math-emu/fpu_proto.h


+ 0 - 0
arch/i386/math-emu/fpu_system.h → arch/x86/math-emu/fpu_system.h


+ 0 - 0
arch/i386/math-emu/fpu_tags.c → arch/x86/math-emu/fpu_tags.c


+ 0 - 0
arch/i386/math-emu/fpu_trig.c → arch/x86/math-emu/fpu_trig.c


+ 0 - 0
arch/i386/math-emu/get_address.c → arch/x86/math-emu/get_address.c


+ 0 - 0
arch/i386/math-emu/load_store.c → arch/x86/math-emu/load_store.c


+ 0 - 0
arch/i386/math-emu/mul_Xsig.S → arch/x86/math-emu/mul_Xsig.S


+ 0 - 0
arch/i386/math-emu/poly.h → arch/x86/math-emu/poly.h


+ 0 - 0
arch/i386/math-emu/poly_2xm1.c → arch/x86/math-emu/poly_2xm1.c


+ 0 - 0
arch/i386/math-emu/poly_atan.c → arch/x86/math-emu/poly_atan.c


+ 0 - 0
arch/i386/math-emu/poly_l2.c → arch/x86/math-emu/poly_l2.c


+ 0 - 0
arch/i386/math-emu/poly_sin.c → arch/x86/math-emu/poly_sin.c


+ 0 - 0
arch/i386/math-emu/poly_tan.c → arch/x86/math-emu/poly_tan.c


+ 0 - 0
arch/i386/math-emu/polynom_Xsig.S → arch/x86/math-emu/polynom_Xsig.S


+ 0 - 0
arch/i386/math-emu/reg_add_sub.c → arch/x86/math-emu/reg_add_sub.c


+ 0 - 0
arch/i386/math-emu/reg_compare.c → arch/x86/math-emu/reg_compare.c


+ 0 - 0
arch/i386/math-emu/reg_constant.c → arch/x86/math-emu/reg_constant.c


+ 0 - 0
arch/i386/math-emu/reg_constant.h → arch/x86/math-emu/reg_constant.h


+ 0 - 0
arch/i386/math-emu/reg_convert.c → arch/x86/math-emu/reg_convert.c


+ 0 - 0
arch/i386/math-emu/reg_divide.c → arch/x86/math-emu/reg_divide.c


+ 0 - 0
arch/i386/math-emu/reg_ld_str.c → arch/x86/math-emu/reg_ld_str.c


+ 0 - 0
arch/i386/math-emu/reg_mul.c → arch/x86/math-emu/reg_mul.c


+ 0 - 0
arch/i386/math-emu/reg_norm.S → arch/x86/math-emu/reg_norm.S


+ 0 - 0
arch/i386/math-emu/reg_round.S → arch/x86/math-emu/reg_round.S


+ 0 - 0
arch/i386/math-emu/reg_u_add.S → arch/x86/math-emu/reg_u_add.S


+ 0 - 0
arch/i386/math-emu/reg_u_div.S → arch/x86/math-emu/reg_u_div.S


+ 0 - 0
arch/i386/math-emu/reg_u_mul.S → arch/x86/math-emu/reg_u_mul.S


+ 0 - 0
arch/i386/math-emu/reg_u_sub.S → arch/x86/math-emu/reg_u_sub.S


+ 0 - 0
arch/i386/math-emu/round_Xsig.S → arch/x86/math-emu/round_Xsig.S


+ 0 - 0
arch/i386/math-emu/shr_Xsig.S → arch/x86/math-emu/shr_Xsig.S


+ 0 - 0
arch/i386/math-emu/status_w.h → arch/x86/math-emu/status_w.h


+ 0 - 0
arch/i386/math-emu/version.h → arch/x86/math-emu/version.h


+ 0 - 0
arch/i386/math-emu/wm_shrx.S → arch/x86/math-emu/wm_shrx.S


+ 0 - 0
arch/i386/math-emu/wm_sqrt.S → arch/x86/math-emu/wm_sqrt.S