[rtems commit] x86_64: Remove duplicate _CPU_Thread_Idle_body()

Sebastian Huber sebh at rtems.org
Mon Nov 12 14:37:37 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 12 13:09:36 2018 +0100

x86_64: Remove duplicate _CPU_Thread_Idle_body()

---

 cpukit/score/cpu/x86_64/cpu.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/cpukit/score/cpu/x86_64/cpu.c b/cpukit/score/cpu/x86_64/cpu.c
index 88c4a98..0a22a1e 100644
--- a/cpukit/score/cpu/x86_64/cpu.c
+++ b/cpukit/score/cpu/x86_64/cpu.c
@@ -73,8 +73,3 @@ void _CPU_ISR_install_vector(
 )
 {
 }
-
-void *_CPU_Thread_Idle_body(uintptr_t ignored)
-{
-  for ( ; ; ) { }
-}



More information about the vc mailing list