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
cd1f3db9ba
commit
4c7452eb27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123010
@ -45,7 +45,7 @@
|
||||
ALIGN_DATA
|
||||
.globl intrcnt, eintrcnt
|
||||
intrcnt:
|
||||
.space INTRCNT_COUNT * 4
|
||||
.space INTRCNT_COUNT * 8
|
||||
eintrcnt:
|
||||
|
||||
.globl intrnames, eintrnames
|
||||
|
Loading…
Reference in New Issue
Block a user