diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-23 12:39:08 +0900 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-23 12:39:08 +0900 |
commit | 23218843d92b77c99375609eb43e6e6b3d7f68c3 (patch) | |
tree | 7c919d116bfacb3846fc42ba7900f7a2255041e1 /arch/m68k/ifpsp060/src/pfpsp.S | |
parent | 7825e0c42943e16535ece82f3787b6b94a6c1652 (diff) | |
parent | 6bd80f372371a7b3f5ff13e4e8a560066299c001 (diff) | |
download | op-kernel-dev-23218843d92b77c99375609eb43e6e6b3d7f68c3.zip op-kernel-dev-23218843d92b77c99375609eb43e6e6b3d7f68c3.tar.gz |
Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k upddates from Geert Uytterhoeven:
- assorted spelling fixes
- defconfig updates
* tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k/defconfig: Update defconfigs for v4.7-rc2
m68k: Assorted spelling fixes
Diffstat (limited to 'arch/m68k/ifpsp060/src/pfpsp.S')
-rw-r--r-- | arch/m68k/ifpsp060/src/pfpsp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/ifpsp060/src/pfpsp.S b/arch/m68k/ifpsp060/src/pfpsp.S index 4aedef9..3535e6c 100644 --- a/arch/m68k/ifpsp060/src/pfpsp.S +++ b/arch/m68k/ifpsp060/src/pfpsp.S @@ -13156,14 +13156,14 @@ m_sign: # # 1. Branch on the sign of the adjusted exponent. # 2p.(positive exp) -# 2. Check M16 and the digits in lwords 2 and 3 in decending order. +# 2. Check M16 and the digits in lwords 2 and 3 in descending order. # 3. Add one for each zero encountered until a non-zero digit. # 4. Subtract the count from the exp. # 5. Check if the exp has crossed zero in #3 above; make the exp abs # and set SE. # 6. Multiply the mantissa by 10**count. # 2n.(negative exp) -# 2. Check the digits in lwords 3 and 2 in decending order. +# 2. Check the digits in lwords 3 and 2 in descending order. # 3. Add one for each zero encountered until a non-zero digit. # 4. Add the count to the exp. # 5. Check if the exp has crossed zero in #3 above; clear SE. |