From e2c488a4841e60834d37e19300d26dc814640fd2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Apr 2002 18:20:13 +0000 Subject: 2002-04-08 Chris Johns * Per PR142, make task switch extension its own list. * include/rtems/score/userext.h: Reflect above by adding User_extensions_Switch_control and adding it to User_extenions_Control. * inline/rtems/score/userext.inl: Allocate all memory in one chunk to minimize overhead. Address processing dedicated switch chain. --- c/src/exec/score/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/exec/score/ChangeLog') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index f9a62e2faf..a4cfbc927d 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -6,6 +6,14 @@ * inline/rtems/score/userext.inl: Allocate all memory in one chunk to minimize overhead. Address processing dedicated switch chain. +2002-04-08 Chris Johns + + * Per PR142, make task switch extension its own list. + * include/rtems/score/userext.h: Reflect above by adding + User_extensions_Switch_control and adding it to User_extenions_Control. + * inline/rtems/score/userext.inl: Allocate all memory in one chunk + to minimize overhead. Address processing dedicated switch chain. + 2002-03-27 Ralf Corsepius * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS. -- cgit v1.2.3