Don't bother setting the saved IPL in the sched_lock mutex as it doesn't
really do anything since the first mtx_enter() will overwrite the value saved here.
This commit is contained in:
parent
2176f28a9e
commit
e6801485e2
@ -1032,11 +1032,6 @@ alpha_init(pfn, ptb, bim, bip, biv)
|
||||
mtx_init(&Giant, "Giant", MTX_DEF | MTX_COLD);
|
||||
mtx_init(&sched_lock, "sched lock", MTX_SPIN | MTX_COLD);
|
||||
|
||||
/*
|
||||
* Enable interrupts on first release (in switch_trampoline).
|
||||
*/
|
||||
sched_lock.mtx_saveipl = ALPHA_PSL_IPL_0;
|
||||
|
||||
/*
|
||||
* Look at arguments passed to us and compute boothowto.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user