1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Bring KDB stack size into line with thread stack size (4 pages).

This commit is contained in:
Peter Grehan 2004-07-23 05:31:14 +00:00
parent c06a377abc
commit a76b77653c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132570
2 changed files with 2 additions and 2 deletions
sys/powerpc

View File

@ -86,7 +86,7 @@ GLOBAL(ofmsr)
GLOBAL(powersave)
.long 0
#define INTSTK 8192 /* 8K interrupt stack */
#define INTSTK 16384 /* 16K interrupt stack */
#define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */
GLOBAL(intrnames)
.space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2

View File

@ -86,7 +86,7 @@ GLOBAL(ofmsr)
GLOBAL(powersave)
.long 0
#define INTSTK 8192 /* 8K interrupt stack */
#define INTSTK 16384 /* 16K interrupt stack */
#define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */
GLOBAL(intrnames)
.space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2