summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2011-07-25 20:10:01 +0000
committerandreast <andreast@FreeBSD.org>2011-07-25 20:10:01 +0000
commit2caa4b067a63776a6f490e3bb4cb466c9607045c (patch)
tree08ce9555d8c1de38dbddaa2675883a0611d79df9 /sys/powerpc/aim
parent50b05401d3190631fb48430b4c0b48789f259b8d (diff)
downloadFreeBSD-src-2caa4b067a63776a6f490e3bb4cb466c9607045c.zip
FreeBSD-src-2caa4b067a63776a6f490e3bb4cb466c9607045c.tar.gz
This a follow up commit from r224216 for powerpc 32-bit. Increase
the storage size for sintrcnt/sintrnames to .long. Reviewed by: nwhitehorn Approved by: re (kib)
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/locore32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/aim/locore32.S b/sys/powerpc/aim/locore32.S
index ed74af2..020d22d 100644
--- a/sys/powerpc/aim/locore32.S
+++ b/sys/powerpc/aim/locore32.S
@@ -91,13 +91,13 @@ GLOBAL(esym)
GLOBAL(intrnames)
.space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
GLOBAL(sintrnames)
- .word INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
+ .long INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
.align 4
GLOBAL(intrcnt)
.space INTRCNT_COUNT * 4 * 2
GLOBAL(sintrcnt)
- .word INTRCNT_COUNT * 4 * 2
+ .long INTRCNT_COUNT * 4 * 2
.text
.globl btext
OpenPOWER on IntegriCloud