summaryrefslogtreecommitdiffstats
path: root/doc/porting/interrupts.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-413/+0
| | | | closes #2812.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-301-1/+1
| | | | | | PR 1599/cpukit * porting/interrupts.t: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-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-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-261-1/+1
| | | | * porting/interrupts.t: Formatting.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-1/+1
| | | | * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
* 2003-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-111-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.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-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.
* Interrupt stack is allocated by _ISR_Handler_initializationJoel Sherrill2000-07-031-1/+1
| | | | not that of _ISR_Manager_initialization.
* Merged changes from 4.5 branch and removed that branch.Joel Sherrill2000-04-251-8/+26
|
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Added copyrights and CVS Ids.Joel Sherrill1999-10-061-0/+8
|
* New manual. First version to CVS. Just starting to see if it builds.Joel Sherrill1999-10-061-0/+394