summaryrefslogtreecommitdiff
path: root/mp.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-12no more big kernel lockrtm1-4/+0
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-2/+2
2006-07-05timer interruptskaashoek1-19/+42
2006-07-01swtch saves callee-saved registersrtm1-8/+4
2006-06-28disable interrupts when holding kernel lockkaashoek1-0/+6
2006-06-28timer interruptskaashoek1-13/+25
2006-06-26stick mpstack in cpu structurekaashoek1-8/+6
2006-06-24boot more than two CPUs, each on own initial stackrtm1-15/+22
2006-06-22compile "user programs"rtm1-16/+16
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-30/+254
2006-06-21start on MP; detect MP configurationkaashoek1-0/+139