summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-06 07:56:15 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-06 07:56:15 +0000
commit32d5196d7047c89c2f4ee35f5882ac4c37c0a94a (patch)
tree840d6dfb14187d3fb280891823999c60fc8823a0 /cpukit/score/include/rtems/score/isr.h
parent2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-32d5196d7047c89c2f4ee35f5882ac4c37c0a94a.tar.bz2
2010-07-06 Sebastian Huber <sebastian.huber@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.
Diffstat (limited to 'cpukit/score/include/rtems/score/isr.h')
-rw-r--r--cpukit/score/include/rtems/score/isr.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 6f8096a2a9..3da25859ec 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -189,17 +189,6 @@ void _ISR_Handler( void );
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