summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:24:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:24:08 +0000
commit1ab3a6087642a8a5a2280d315e883d8934d316dc (patch)
tree4e7d9adb4e3274f3384747d4430b016c4a847e5c /c/src/exec/rtems/src
parent2001-04-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1ab3a6087642a8a5a2280d315e883d8934d316dc.tar.bz2
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* src/tasks.c: Pre-initialized switch extension for list.
Diffstat (limited to 'c/src/exec/rtems/src')
-rw-r--r--c/src/exec/rtems/src/tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/tasks.c b/c/src/exec/rtems/src/tasks.c
index bfacce68b9..f9c7dfb5cf 100644
--- a/c/src/exec/rtems/src/tasks.c
+++ b/c/src/exec/rtems/src/tasks.c
@@ -205,7 +205,7 @@ API_extensions_Control _RTEMS_tasks_API_extensions = {
User_extensions_Control _RTEMS_tasks_User_extensions = {
{ NULL, NULL },
- { { NULL, NULL }, NULL },
+ { { NULL, NULL }, _RTEMS_tasks_Switch_extension },
{ _RTEMS_tasks_Create_extension, /* create */
_RTEMS_tasks_Start_extension, /* start */
_RTEMS_tasks_Start_extension, /* restart */