kernel: print format
This commit is contained in:
parent
7f04d86dfb
commit
299cf4e4b9
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ mpintrenablex(Vctl* v, int tbdf)
|
|||
n |= ApicPHYSICAL; /* no-op */
|
||||
lo &= ~(ApicRemoteIRR|ApicDELIVS);
|
||||
if(n != lo || !(n & ApicLEVEL)){
|
||||
print("mpintrenable: multiple botch irq%d, tbdf %uX, lo %8.8uX, n %8.8uX\n",
|
||||
print("mpintrenable: multiple botch irq %d, tbdf %uX, lo %8.8uX, n %8.8uX\n",
|
||||
v->irq, tbdf, lo, n);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue