These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / math-emu / ieee754int.h
index 05389d5..6383e2c 100644 (file)
@@ -65,8 +65,8 @@ static inline int ieee754_class_nan(int xc)
                        vc = IEEE754_CLASS_INF;                         \
                else if (vm & SP_MBIT(SP_FBITS-1))                      \
                        vc = IEEE754_CLASS_SNAN;                        \
-       else                                                            \
-               vc = IEEE754_CLASS_QNAN;                                \
+               else                                                    \
+                       vc = IEEE754_CLASS_QNAN;                        \
        } else if (ve == SP_EMIN-1+SP_EBIAS) {                          \
                if (vm) {                                               \
                        ve = SP_EMIN;                                   \
@@ -105,8 +105,8 @@ static inline int ieee754_class_nan(int xc)
                if (vm) {                                               \
                        ve = DP_EMIN;                                   \
                        vc = IEEE754_CLASS_DNORM;                       \
-       } else                                                          \
-               vc = IEEE754_CLASS_ZERO;                                \
+               } else                                                  \
+                       vc = IEEE754_CLASS_ZERO;                        \
        } else {                                                        \
                ve -= DP_EBIAS;                                         \
                vm |= DP_HIDDEN_BIT;                                    \