From 11e8bc5f0fa2d9485908874dbfe9cd65c1aec477 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Jun 2010 00:34:12 +0000 Subject: 2010-06-28 Joel Sherrill PR 1573/cpukit * configure.ac, posix/src/killinfo.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/pthreadcreate.c, posix/src/pthreadkill.c, posix/src/pthreadsigmask.c, rtems/src/signalsend.c, rtems/src/taskmode.c, score/Makefile.am, score/preinstall.am, score/include/rtems/system.h, score/include/rtems/score/context.h, score/include/rtems/score/isr.h, score/include/rtems/score/thread.h, score/src/isr.c, score/src/isrthreaddispatch.c, score/src/thread.c, score/src/threaddispatch.c, score/src/threadloadenv.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed. * score/include/rtems/score/percpu.h, score/src/percpu.c: New files. --- cpukit/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e654ec3b71..726bf953bf 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,22 @@ +2010-06-28 Joel Sherrill + + PR 1573/cpukit + * configure.ac, posix/src/killinfo.c, + posix/src/psignalclearprocesssignals.c, + posix/src/psignalsetprocesssignals.c, + posix/src/psignalunblockthread.c, posix/src/pthreadcreate.c, + posix/src/pthreadkill.c, posix/src/pthreadsigmask.c, + rtems/src/signalsend.c, rtems/src/taskmode.c, score/Makefile.am, + score/preinstall.am, score/include/rtems/system.h, + score/include/rtems/score/context.h, score/include/rtems/score/isr.h, + score/include/rtems/score/thread.h, score/src/isr.c, + score/src/isrthreaddispatch.c, score/src/thread.c, + score/src/threaddispatch.c, score/src/threadloadenv.c: Add a per cpu + data structure which contains the information required by RTEMS for + each CPU core. This encapsulates information such as thread + executing, heir, idle and dispatch needed. + * score/include/rtems/score/percpu.h, score/src/percpu.c: New files. + 2010-06-28 Joel Sherrill * libcsupport/src/libio_sockets.c: Use -- cgit v1.2.3