mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Screwed the debug for the cil deadlock, another 3 hours down the tubes...
This commit is contained in:
parent
0b104e4078
commit
10de100e2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29953
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
*
|
||||
* @(#)ipl.s
|
||||
*
|
||||
* $Id: ipl.s,v 1.14 1997/09/21 21:41:16 gibbs Exp $
|
||||
* $Id: ipl.s,v 1.15 1997/09/28 19:34:46 fsmp Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
@ -257,7 +257,7 @@ ih_ok:
|
|||
ALIGN_TEXT
|
||||
doreti_swi:
|
||||
#if 1
|
||||
cmpl $0100, _cil
|
||||
cmpl $0x0100, _cil
|
||||
jne 1f
|
||||
cmpl $0, _inside_intr
|
||||
jne 1f
|
||||
|
|
Loading…
Reference in a new issue