[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for mcp750
- Date: Tue, 17 Aug 1999 09:20:20 +0200
- From: raguet at crf.canon.fr (Emmanuel Raguet)
- Subject: Patch for mcp750
Hello everybody
After some tests on mcp750, I send this patch that correct
the value of the minimum stack size for a task. It was too
short and some problems occured. But it is now solved.
Regards.
-- Emmanuel
| Emmanuel RAGUET |
_ | CANON CRF - Communication Dept. | _
/ )| Tel: +33(0)2 99 87 96 47 |( \
/ / | Fax: +33(0)2 99 84 11 30 | \ \
_( (_ | _ http://www.crf.canon.fr _ | _) )_
(((\ \>|_/ )_________________________( \_|</ /)))
(\\\\ \_/ / \ \_/ ////)
\ / \ /
\ _/ \_ /
/ / \ \
-------------- next part --------------
*** cpu.h.old Tue Aug 17 08:56:50 1999
--- cpu.h Tue Aug 17 08:45:04 1999
***************
*** 543,549 ****
* that a "reasonable" small application should not have any problems.
*/
! #define CPU_STACK_MINIMUM_SIZE (1024*3)
/*
* CPU's worst alignment requirement for data types on a byte boundary. This
--- 543,549 ----
* that a "reasonable" small application should not have any problems.
*/
! #define CPU_STACK_MINIMUM_SIZE (1024*8)
/*
* CPU's worst alignment requirement for data types on a byte boundary. This