From 7af623bf688801ea93d2b57afa4861e7a9136fb4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Apr 2002 17:23:11 +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 12e3aec7c7..f9a62e2faf 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,3 +1,11 @@ +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