2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
This commit is contained in:
Joel Sherrill
2009-09-26 15:46:34 +00:00
parent 626f03dada
commit 0d1e5fd33a
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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
)