X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fmath-emu%2Freg_constant.h;h=1bffaec3a13419fb6debb8670118d099ad84ddd0;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=09f13f777478a4b138563ba91db8e0f0ba2389db;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/arch/i386/math-emu/reg_constant.h b/arch/i386/math-emu/reg_constant.h index 09f13f777..1bffaec3a 100644 --- a/arch/i386/math-emu/reg_constant.h +++ b/arch/i386/math-emu/reg_constant.h @@ -12,16 +12,10 @@ #include "fpu_emu.h" extern FPU_REG const CONST_1; -extern FPU_REG const CONST_2; -extern FPU_REG const CONST_HALF; -extern FPU_REG const CONST_L2T; -extern FPU_REG const CONST_L2E; extern FPU_REG const CONST_PI; extern FPU_REG const CONST_PI2; extern FPU_REG const CONST_PI2extra; extern FPU_REG const CONST_PI4; -extern FPU_REG const CONST_LG2; -extern FPU_REG const CONST_LN2; extern FPU_REG const CONST_Z; extern FPU_REG const CONST_PINF; extern FPU_REG const CONST_INF;