mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 06:39:29 +08:00
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c, sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h: Eliminate use of deprecated rtems_extension.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
|
||||
sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
|
||||
Eliminate use of deprecated rtems_extension.
|
||||
|
||||
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
|
||||
|
||||
@@ -30,7 +30,7 @@ struct taskSwitchLog taskSwitchLog[1000];
|
||||
unsigned int taskSwitchLogIndex;
|
||||
volatile int testsFinished;
|
||||
|
||||
rtems_extension Task_switch(
|
||||
void Task_switch(
|
||||
rtems_tcb *unused,
|
||||
rtems_tcb *heir
|
||||
)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -52,22 +52,22 @@ bool Task_create_extension(
|
||||
rtems_tcb *created_task
|
||||
);
|
||||
|
||||
rtems_extension Task_delete_extension(
|
||||
void Task_delete_extension(
|
||||
rtems_tcb *running_task,
|
||||
rtems_tcb *deleted_task
|
||||
);
|
||||
|
||||
rtems_extension Task_restart_extension(
|
||||
void Task_restart_extension(
|
||||
rtems_tcb *unused,
|
||||
rtems_tcb *restarted_task
|
||||
);
|
||||
|
||||
rtems_extension Task_start_extension(
|
||||
void Task_start_extension(
|
||||
rtems_tcb *unused,
|
||||
rtems_tcb *started_task
|
||||
);
|
||||
|
||||
rtems_extension Task_exit_extension(
|
||||
void Task_exit_extension(
|
||||
rtems_tcb *running_task
|
||||
);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
rtems_extension Task_exit_extension(
|
||||
void Task_exit_extension(
|
||||
rtems_tcb *running_task
|
||||
)
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
rtems_extension Task_delete_extension(
|
||||
void Task_delete_extension(
|
||||
rtems_tcb *running_task,
|
||||
rtems_tcb *deleted_task
|
||||
)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
rtems_extension Task_start_extension(
|
||||
void Task_start_extension(
|
||||
rtems_tcb *unused,
|
||||
rtems_tcb *started_task
|
||||
)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -118,7 +118,7 @@ void Put_Source( uint32_t source )
|
||||
}
|
||||
|
||||
|
||||
rtems_extension Fatal_extension(
|
||||
void Fatal_extension(
|
||||
uint32_t source,
|
||||
bool is_internal,
|
||||
uint32_t error
|
||||
|
||||
@@ -26,7 +26,7 @@ rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
rtems_extension Fatal_extension(
|
||||
void Fatal_extension(
|
||||
uint32_t source,
|
||||
bool is_internal,
|
||||
uint32_t error
|
||||
|
||||
Reference in New Issue
Block a user