From 9928d0887de24d848a248798edaabc8c2586b7a4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Dec 2000 22:13:32 +0000 Subject: 2000-12-13 Joel Sherrill * include/rtems/score/isr.h, src/isr.c: Allocate it from the workspace rather than explicitly declaring it. This allows the size to be a non-constant from the perspective of score/cpu. --- c/src/exec/score/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/exec/score/ChangeLog') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index cca0c595b7..af36ef47ea 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,4 +1,10 @@ +2000-12-13 Joel Sherrill + + * include/rtems/score/isr.h, src/isr.c: Allocate it from the + workspace rather than explicitly declaring it. This allows + the size to be a non-constant from the perspective of score/cpu. + 2000-12-01 Joel Sherrill * macros/rtems/score/coresem.inl: Removed comments since convention -- cgit v1.2.3