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 Wemm 2003-11-27 17:20:44 +00:00
parent cd1f3db9ba
commit 4c7452eb27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123010

View File

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