From e8512eb679aa0d6b72685f25dd6b660912d51371 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Jun 1995 22:59:47 +0000 Subject: incorporate Tony's patches: + c/src/lib/libc/support/generic/malloc.c did not initialize the sbrk amount + _Thread_Handler in c/src/exec/rtems/thread.c left a window during the begin extension which could result in a context switch fixed places which did not correctly distinguish between an CPU_isr and a CPU_isr_entry. --- cpukit/libcsupport/src/malloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c index 7d0ba04143..702e6225ce 100644 --- a/cpukit/libcsupport/src/malloc.c +++ b/cpukit/libcsupport/src/malloc.c @@ -62,6 +62,7 @@ void RTEMS_Malloc_Initialize( */ starting_address = start; + RTEMS_Malloc_Sbrk_amount = sbrk_amount; if (!starting_address) { u32_address = (unsigned int)sbrk(length); -- cgit v1.2.3