mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove bogus #if 0'd code that dinked with the saved interrupt state in
sched_lock.
This commit is contained in:
parent
40bcb55186
commit
ec2e32b7fd
1 changed files with 0 additions and 7 deletions
|
|
@ -599,13 +599,6 @@ ia64_init()
|
|||
mtx_init(&sched_lock, "sched lock", MTX_SPIN | MTX_RECURSE);
|
||||
mtx_lock(&Giant);
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* Enable interrupts on first release (in switch_trampoline).
|
||||
*/
|
||||
sched_lock.mtx_saveipl = ALPHA_PSL_IPL_0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Look at arguments passed to us and compute boothowto.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue