nwhitehorn c105226853 Fix a subtle bug uncovered by the recent one-shot timer import in which
any spin locks acquired between the enabling of interrupts in
machdep_ap_bootstrap() and the invocation of the scheduler would fail to
have interrupts disabled due to the fake spinlock already held by the
idle thread. sched_throw(NULL) will enable interrupts by itself when
exiting this spinlock, so just let it do that and don't enable interrupts
here.
2010-09-13 15:36:42 +00:00
..
2010-07-23 11:00:46 +00:00
2010-07-12 10:18:10 +00:00
2010-06-02 17:27:23 +00:00
2010-09-13 07:29:02 +00:00
2010-08-02 22:26:08 +00:00
2010-09-02 17:43:44 +00:00
2010-05-24 16:27:47 +00:00