forked from Imagelibrary/rtems
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
|
||||
|
||||
2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* stackchk01/stackchk01.doc: Add content.
|
||||
|
||||
@@ -10,7 +10,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
|
||||
@@ -30,7 +30,7 @@ struct taskSwitchLog taskSwitchLog[1000];
|
||||
int taskSwitchLogIndex;
|
||||
volatile int testsFinished;;
|
||||
|
||||
rtems_extension Task_switch(
|
||||
void Task_switch(
|
||||
rtems_tcb *unused,
|
||||
rtems_tcb *heir
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user