summaryrefslogtreecommitdiffstats
path: root/doc/porting/interrupts.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-413/+0
closes #2812.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-07-302010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-1/+1
PR 1599/cpukit * porting/interrupts.t: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
PR 1573/cpukit * porting/interrupts.t: 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.
2008-02-262008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* porting/interrupts.t: Formatting.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
2003-02-112003-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-9/+7
* interrupts.t: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@javad.ru> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-07-03Interrupt stack is allocated by _ISR_Handler_initializationJoel Sherrill1-1/+1
not that of _ISR_Manager_initialization.
2000-04-25Merged changes from 4.5 branch and removed that branch.Joel Sherrill1-8/+26
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-06Added copyrights and CVS Ids.Joel Sherrill1-0/+8
1999-10-06New manual. First version to CVS. Just starting to see if it builds.Joel Sherrill1-0/+394