Fix i386 apic support merge botch. sizeof(long) is 8, not 4. This fixes
the annoying 'sysctl: hw.intrcnt: out of memory' error message in systat. Approved by: re (rwatson)
This commit is contained in:
parent
186e63991f
commit
31c40746b0
@ -45,7 +45,7 @@
|
||||
ALIGN_DATA
|
||||
.globl intrcnt, eintrcnt
|
||||
intrcnt:
|
||||
.space INTRCNT_COUNT * 4
|
||||
.space INTRCNT_COUNT * 8
|
||||
eintrcnt:
|
||||
|
||||
.globl intrnames, eintrnames
|
||||
|
Loading…
x
Reference in New Issue
Block a user