change log for rtems (2010-07-06)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jul 6 08:20:07 UTC 2010


 *sh*:
2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
	declaration.

M   1.39  c/src/lib/libbsp/mips/ChangeLog
M    1.4  c/src/lib/libbsp/mips/shared/irq/exception.S

diff -u rtems/c/src/lib/libbsp/mips/ChangeLog:1.38 rtems/c/src/lib/libbsp/mips/ChangeLog:1.39
--- rtems/c/src/lib/libbsp/mips/ChangeLog:1.38	Mon Jun 28 19:38:20 2010
+++ rtems/c/src/lib/libbsp/mips/ChangeLog	Tue Jul  6 02:41:28 2010
@@ -1,3 +1,8 @@
+2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
+	declaration.
+
 2010-06-28	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1573/cpukit

diff -u rtems/c/src/lib/libbsp/mips/shared/irq/exception.S:1.3 rtems/c/src/lib/libbsp/mips/shared/irq/exception.S:1.4
--- rtems/c/src/lib/libbsp/mips/shared/irq/exception.S:1.3	Mon Jun 28 19:38:20 2010
+++ rtems/c/src/lib/libbsp/mips/shared/irq/exception.S	Tue Jul  6 02:41:28 2010
@@ -90,7 +90,6 @@
 
 
 EXTERN(_Thread_Dispatch_disable_level,4)
-EXTERN(_ISR_Signals_to_thread_executing,1)
 .extern _Thread_Dispatch
 .extern _ISR_Vector_table
 


 *sh*:
2010-07-06	Sebastian Huber <Sebastian.Huber at embedded-brains.de>

	* psxtimes01/init.c: Added missing declaration.

M  1.287  testsuites/psxtests/ChangeLog
M    1.2  testsuites/psxtests/psxtimes01/init.c

diff -u rtems/testsuites/psxtests/ChangeLog:1.286 rtems/testsuites/psxtests/ChangeLog:1.287
--- rtems/testsuites/psxtests/ChangeLog:1.286	Mon Jul  5 20:01:42 2010
+++ rtems/testsuites/psxtests/ChangeLog	Tue Jul  6 02:49:11 2010
@@ -1,3 +1,7 @@
+2010-07-06	Sebastian Huber <Sebastian.Huber at embedded-brains.de>
+
+	* psxtimes01/init.c: Added missing declaration.
+
 2010-07-05	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* Makefile.am, configure.ac: Add test for various forms of times() and

diff -u rtems/testsuites/psxtests/psxtimes01/init.c:1.1 rtems/testsuites/psxtests/psxtimes01/init.c:1.2
--- rtems/testsuites/psxtests/psxtimes01/init.c:1.1	Mon Jul  5 20:01:42 2010
+++ rtems/testsuites/psxtests/psxtimes01/init.c	Tue Jul  6 02:49:11 2010
@@ -28,6 +28,7 @@
 )
 {
   clock_t    start;
+  clock_t    end;
   clock_t    now;
   clock_t    sc;
   clock_t    difference;


 *sh*:
2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* rtems/score/cpu.h: Removed CPU_ENABLE_C_ISR_DISPATCH_IMPLEMENTATION
	define.

M  1.123  cpukit/score/cpu/arm/ChangeLog
M   1.44  cpukit/score/cpu/arm/rtems/score/cpu.h

diff -u rtems/cpukit/score/cpu/arm/ChangeLog:1.122 rtems/cpukit/score/cpu/arm/ChangeLog:1.123
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.122	Mon Jun 28 19:31:02 2010
+++ rtems/cpukit/score/cpu/arm/ChangeLog	Tue Jul  6 02:52:36 2010
@@ -1,3 +1,8 @@
+2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* rtems/score/cpu.h: Removed CPU_ENABLE_C_ISR_DISPATCH_IMPLEMENTATION
+	define.
+
 2010-06-28	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1573/cpukit

diff -u rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.43 rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.44
--- rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.43	Thu Apr  8 05:13:46 2010
+++ rtems/cpukit/score/cpu/arm/rtems/score/cpu.h	Tue Jul  6 02:52:36 2010
@@ -211,8 +211,6 @@
 
 #define CPU_USE_GENERIC_BITFIELD_DATA TRUE
 
-#define CPU_ENABLE_C_ISR_DISPATCH_IMPLEMENTATION TRUE
-
 /** @} */
 
 #ifndef ASM


 *sh*:
2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* score/src/isrthreaddispatch.c: Removed file.
	* score/Makefile.am: Reflect change above.
	* score/include/rtems/score/isr.h: Removed _ISR_Thread_dispatch()
	declaration.

M 1.2491  cpukit/ChangeLog
M   1.85  cpukit/score/Makefile.am
M   1.33  cpukit/score/include/rtems/score/isr.h
R    1.4  cpukit/score/src/isrthreaddispatch.c

diff -u rtems/cpukit/ChangeLog:1.2490 rtems/cpukit/ChangeLog:1.2491
--- rtems/cpukit/ChangeLog:1.2490	Mon Jul  5 20:15:43 2010
+++ rtems/cpukit/ChangeLog	Tue Jul  6 02:56:13 2010
@@ -1,3 +1,10 @@
+2010-07-06	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* score/src/isrthreaddispatch.c: Removed file.
+	* score/Makefile.am: Reflect change above.
+	* score/include/rtems/score/isr.h: Removed _ISR_Thread_dispatch()
+	declaration.
+
 2010-07-05	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* libcsupport/src/getrusage.c: Formatting.

diff -u rtems/cpukit/score/Makefile.am:1.84 rtems/cpukit/score/Makefile.am:1.85
--- rtems/cpukit/score/Makefile.am:1.84	Mon Jun 28 19:34:11 2010
+++ rtems/cpukit/score/Makefile.am	Tue Jul  6 02:56:15 2010
@@ -198,7 +198,7 @@
 ## STD_C_FILES
 libscore_a_SOURCES += src/apiext.c src/chain.c src/chainappend.c \
     src/chainextract.c src/chainget.c src/chaininsert.c \
-    src/interr.c src/isr.c src/isrthreaddispatch.c src/wkspace.c
+    src/interr.c src/isr.c src/wkspace.c
 
 EXTRA_DIST = src/Unlimited.txt
 

diff -u rtems/cpukit/score/include/rtems/score/isr.h:1.32 rtems/cpukit/score/include/rtems/score/isr.h:1.33
--- rtems/cpukit/score/include/rtems/score/isr.h:1.32	Mon Jun 28 19:34:11 2010
+++ rtems/cpukit/score/include/rtems/score/isr.h	Tue Jul  6 02:56:15 2010
@@ -189,17 +189,6 @@
 void _ISR_Dispatch( void );
 
 /**
- *  Invokes the thread dispatcher or signal extension if necessary.
- *
- *  It should be called at the end of interrupt processing.  The interrupt nest
- *  level must be zero before calling this routine.
- *
- *  This is a high level replacement of _ISR_Dispatch().  It must be invoked
- *  within an environment such that a call to _Thread_Dispatch() is allowed.
- */
-void _ISR_Thread_dispatch( void );
-
-/**
  *  This function returns true if the processor is currently servicing
  *  and interrupt and false otherwise.   A return value of true indicates
  *  that the caller is an interrupt service routine, NOT a thread.  The



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100706/62aa4797/attachment.html>


More information about the vc mailing list