[rtems commit] m68k/cpu.h: Fix formatting and add comment block

Joel Sherrill joel at rtems.org
Mon Mar 18 16:36:27 UTC 2013


Module:    rtems
Branch:    master
Commit:    4bcd8dc10c09f51caaab1fbc9f026a5353d8b287
Changeset: http://git.rtems.org/rtems/commit/?id=4bcd8dc10c09f51caaab1fbc9f026a5353d8b287

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Mar 18 11:41:19 2013 -0500

m68k/cpu.h: Fix formatting and add comment block

---

 cpukit/score/cpu/m68k/rtems/score/cpu.h |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 8575f90..0f244e1 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -253,9 +253,9 @@ typedef struct {
       memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
   #else
     /*
-     *  FP context save area for the M68881/M68882 and 68060 numeric coprocessors.
+     *  FP context save area for the M68881/M68882 and 68060 numeric
+     *  coprocessors.
      */
-
     typedef struct {
       /*
        * M68K_FP_STATE_SIZE bytes for FSAVE/FRESTORE
@@ -711,7 +711,14 @@ void _CPU_Context_restore_fp(
   Context_Control_fp **fp_context_ptr
 );
 
-void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
+/**
+ *  This method prints the CPU exception frame.
+ *
+ *  @param[in] frame points to the frame to be printed
+ */
+void _CPU_Exception_frame_print(
+  const CPU_Exception_frame *frame
+);
 
 #if (M68K_HAS_FPSP_PACKAGE == 1)
 /*




More information about the vc mailing list