Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/powerpc/booke/locore.S 258002 2013-11-11 17:37:50Z nwhitehorn $
---
> * $FreeBSD: head/sys/powerpc/booke/locore.S 277334 2015-01-18 18:32:43Z nwhitehorn $
210c210
< addi %r1, %r1, (TMPSTACKSZ - 8)
---
> addi %r1, %r1, (TMPSTACKSZ - 16)
370c370
< addi %r1, %r1, (TMPSTACKSZ - 8)
---
> addi %r1, %r1, (TMPSTACKSZ - 16)
759a760,761
> tmpstackbound:
> .space 10240 /* XXX: this really should not be necessary */
767,782d768
< /*
< * Globals
< */
< #define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */
<
< GLOBAL(intrnames)
< .space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
< GLOBAL(sintrnames)
< .long INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
<
< .align 4
< GLOBAL(intrcnt)
< .space INTRCNT_COUNT * 4 * 2
< GLOBAL(sintrcnt)
< .long INTRCNT_COUNT * 4 * 2
<