summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 19:00:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 19:00:00 +0000
commitb2b52cbc2aef1d36660587c3a05c34b14bcdb363 (patch)
tree5249b2575a0ee477c6d8fc158c2d62d00922433e /c/src/exec/score
parentidle thread now created before system initialization thread. (diff)
downloadrtems-b2b52cbc2aef1d36660587c3a05c34b14bcdb363.tar.bz2
Removed arguments from _Thread_Start_multitasking.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/headers/thread.h5
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h
index 94909a3a18..654dddc825 100644
--- a/c/src/exec/score/headers/thread.h
+++ b/c/src/exec/score/headers/thread.h
@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
* the non-multitasking part of the system initialization.
*/
-void _Thread_Start_multitasking (
- Thread_Control *system_thread,
- Thread_Control *idle_thread
-);
+void _Thread_Start_multitasking( void );
/*
* _Thread_Stop_multitasking
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index 94909a3a18..654dddc825 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
* the non-multitasking part of the system initialization.
*/
-void _Thread_Start_multitasking (
- Thread_Control *system_thread,
- Thread_Control *idle_thread
-);
+void _Thread_Start_multitasking( void );
/*
* _Thread_Stop_multitasking