Ticket #79: patch.txt

File patch.txt, 535 bytes (added by Joel Sherrill, on 12/03/06 at 13:31:12)

patch.txt

Line 
1Index: system.h
2===================================================================
3RCS file: /usr1/CVS/rtems/c/src/tests/sptests/sp26/system.h,v
4retrieving revision 1.4
5diff -c -r1.4 system.h
6*** system.h    2000/06/12 15:00:13     1.4
7--- system.h    2001/11/01 23:01:48
8***************
9*** 30,35 ****
10--- 30,36 ----
11 
12  #define CONFIGURE_MAXIMUM_TASKS               5
13  #define CONFIGURE_MAXIMUM_REGIONS             1
14+ #define CONFIGURE_EXTRA_TASK_STACKS          (RTEMS_MINIMUM_STACK_SIZE * 4)
15 
16  #define CONFIGURE_RTEMS_INIT_TASKS_TABLE