From 5b8b467017343c724afaa5251ef5cc749de9cfef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Oct 2006 17:19:52 +0000 Subject: 2006-10-23 Joel Sherrill * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body. --- cpukit/score/cpu/bfin/cpu.c | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'cpukit/score/cpu/bfin/cpu.c') diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c index aa52e0e10b..e103c34844 100644 --- a/cpukit/score/cpu/bfin/cpu.c +++ b/cpukit/score/cpu/bfin/cpu.c @@ -195,31 +195,3 @@ void _CPU_Context_Initialize( void _CPU_Install_interrupt_stack( void ) { } - -/*PAGE - * - * _CPU_Thread_Idle_body - * - * NOTES: - * - * 1. This is the same as the regular CPU independent algorithm. - * - * 2. If you implement this using a "halt", "idle", or "shutdown" - * instruction, then don't forget to put it in an infinite loop. - * - * 3. Be warned. Some processors with onboard DMA have been known - * to stop the DMA if the CPU were put in IDLE mode. This might - * also be a problem with other on-chip peripherals. So use this - * hook with caution. - * - * NO_CPU Specific Information: - * - * XXX document implementation including references if appropriate - */ - -void _CPU_Thread_Idle_body( void ) -{ - - for( ; ; ) - /* insert your "halt" instruction here */ ; -} -- cgit v1.2.3