patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / m68k / fpsp040 / x_unsupp.S
index 894b251..4ec5728 100644 (file)
@@ -3,18 +3,18 @@
 |
 |      fpsp_unsupp --- FPSP handler for unsupported data type exception
 |
-| Trap vector #55      (See table 8-1 Mc68030 User's manual).  
+| Trap vector #55      (See table 8-1 Mc68030 User's manual).
 | Invoked when the user program encounters a data format (packed) that
 | hardware does not support or a data type (denormalized numbers or un-
 | normalized numbers).
-| Normalizes denorms and unnorms, unpacks packed numbers then stores 
-| them back into the machine to let the 040 finish the operation.  
+| Normalizes denorms and unnorms, unpacks packed numbers then stores
+| them back into the machine to let the 040 finish the operation.
 |
 | Unsupp calls two routines:
-|      1. get_op -  gets the operand(s)
-|      2. res_func - restore the function back into the 040 or
-|                      if fmove.p fpm,<ea> then pack source (fpm)
-|                      and store in users memory <ea>.
+|      1. get_op -  gets the operand(s)
+|      2. res_func - restore the function back into the 040 or
+|                      if fmove.p fpm,<ea> then pack source (fpm)
+|                      and store in users memory <ea>.
 |
 |  Input: Long fsave stack frame
 |
@@ -23,8 +23,8 @@
 |              Copyright (C) Motorola, Inc. 1990
 |                      All Rights Reserved
 |
-|      THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA 
-|      The copyright notice above does not evidence any  
+|      THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+|      The copyright notice above does not evidence any
 |      actual or intended publication of such source code.
 
 X_UNSUPP:      |idnt    2,1 | Motorola 040 Floating Point Software Package