aboutsummaryrefslogtreecommitdiffstats
path: root/src/stacks.c
Commit message (Expand)AuthorAgeFilesLines
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-231-10/+73
* Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2010-05-011-1/+3
* Some improvements to optionrom preemption support.Kevin O'Connor2010-04-021-7/+14
* Force use of indirect function calls in inline assembler.Kevin O'Connor2010-03-201-7/+6
* Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor2010-03-201-0/+12
* Introduce simple "mutex" locking code.Kevin O'Connor2010-02-281-0/+20
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-10/+10
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-5/+5
* Fix yield() so it works from boot code.Kevin O'Connor2009-12-201-1/+4
* Extract out new call32() function from check_preempt() code in stacks.c.Kevin O'Connor2009-12-131-61/+72
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-13/+137
* Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor2009-12-101-0/+163