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:
peter 2003-11-27 17:20:44 +00:00
parent 186e63991f
commit 31c40746b0

View File

@ -45,7 +45,7 @@
ALIGN_DATA
.globl intrcnt, eintrcnt
intrcnt:
.space INTRCNT_COUNT * 4
.space INTRCNT_COUNT * 8
eintrcnt:
.globl intrnames, eintrnames