mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* cpuuse/tswitch.c: Shrink memory requirements.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* cpuuse/tswitch.c: Shrink memory requirements.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
@@ -22,11 +22,10 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#if BSP_SMALL_MEMORY
|
||||
struct taskSwitchLog taskSwitchLog[100];
|
||||
#else
|
||||
struct taskSwitchLog taskSwitchLog[1000];
|
||||
#endif
|
||||
/*
|
||||
* Only require 8 task switches on sis/gdb. --joel 2 Feb 2011
|
||||
*/
|
||||
struct taskSwitchLog taskSwitchLog[25];
|
||||
int taskSwitchLogIndex;
|
||||
volatile int testsFinished;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user