summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/nios2/cpu.c')
-rw-r--r--cpukit/score/cpu/nios2/cpu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/nios2/cpu.c b/cpukit/score/cpu/nios2/cpu.c
index fe8396b8d7..b13e3bc215 100644
--- a/cpukit/score/cpu/nios2/cpu.c
+++ b/cpukit/score/cpu/nios2/cpu.c
@@ -46,7 +46,7 @@ void _CPU_Initialize(void)
*
* XXX document implementation including references if appropriate
*/
-
+
uint32_t _CPU_ISR_Get_level( void )
{
/*
@@ -64,7 +64,7 @@ uint32_t _CPU_ISR_Get_level( void )
*
* XXX document implementation including references if appropriate
*/
-
+
void _CPU_ISR_install_raw_handler(
uint32_t vector,
proc_ptr new_handler,
@@ -166,10 +166,10 @@ void *_CPU_Thread_Idle_body( uintptr_t ignored )
/* Differentiate between IRQ off and on (for debugging) */
if(st & 1)
- for(;;);
+ for(;;);
else
- for(;;);
-
+ for(;;);
+
/* insert your "halt" instruction here */ ;
}
#endif