2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
	print script.
This commit is contained in:
Joel Sherrill
2011-07-24 22:51:09 +00:00
parent 4bf23060b2
commit ce02cc06cc
10 changed files with 46 additions and 42 deletions

View File

@@ -1,3 +1,8 @@
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
print script.
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.

View File

@@ -75,8 +75,7 @@ void _CPU_Initialize(void)
/*PAGE
*
/*
* _CPU_ISR_Get_level
*
* NO_CPU Specific Information:
@@ -99,8 +98,7 @@ uint32_t _CPU_ISR_Get_level( void )
return (_tmpimask & 0xffe0) ? 0 : 1;
}
/*PAGE
*
/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -128,8 +126,7 @@ void _CPU_ISR_install_raw_handler(
}
/*PAGE
*
/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -200,8 +197,7 @@ void _CPU_Context_Initialize(
/*PAGE
*
/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information:

View File

@@ -1,3 +1,8 @@
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
print script.
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.

View File

@@ -39,8 +39,7 @@ void _CPU_Initialize(void)
/* FP context initialization support goes here */
}
/*PAGE
*
/*
* _CPU_ISR_Get_level
*
* This routine returns the current interrupt level.
@@ -61,8 +60,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
/*PAGE
*
/*
* _CPU_ISR_install_raw_handler
*/
@@ -80,8 +78,7 @@ void _CPU_ISR_install_raw_handler(
H8BD_Install_IRQ(vector,new_handler,old_handler);
}
/*PAGE
*
/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -120,8 +117,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
/*PAGE
*
/*
* _CPU_Install_interrupt_stack
*/
@@ -129,8 +125,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
/*PAGE
*
/*
* _CPU_Thread_Idle_body
*
* NOTES:

View File

@@ -1,3 +1,8 @@
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
print script.
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.

View File

@@ -46,8 +46,7 @@ void _CPU_Initialize(void)
/* FP context initialization support goes here */
}
/*PAGE
*
/*
* _CPU_ISR_Get_level
*
* LM32 Specific Information:
@@ -64,8 +63,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
/*PAGE
*
/*
* _CPU_ISR_install_raw_handler
*
* LM32 Specific Information:
@@ -85,8 +83,7 @@ void _CPU_ISR_install_raw_handler(
*/
}
/*PAGE
*
/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -129,8 +126,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
/*PAGE
*
/*
* _CPU_Install_interrupt_stack
*
* LM32 Specific Information:
@@ -142,8 +138,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
/*PAGE
*
/*
* _CPU_Thread_Idle_body
*
* NOTES:

View File

@@ -1,3 +1,8 @@
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
print script.
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.

View File

@@ -53,8 +53,7 @@ uint32_t _CPU_ISR_Get_level( void )
return ((flag & 0x40) ? 0 : 1);
}
/*PAGE
*
/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -79,8 +78,7 @@ void _CPU_ISR_install_raw_handler(
#endif
}
/*PAGE
*
/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -123,8 +121,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
/*PAGE
*
/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information:
@@ -136,8 +133,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
/*PAGE
*
/*
* _CPU_Thread_Idle_body
*
* NOTES:

View File

@@ -1,3 +1,8 @@
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
print script.
2011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.

View File

@@ -46,8 +46,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
/*PAGE
*
/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -68,8 +67,7 @@ void _CPU_ISR_install_raw_handler(
/* _set_var_vect(new_handler,vector); */
}
/*PAGE
*
/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -112,8 +110,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
/*PAGE
*
/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information: