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
2 changed files with 2 additions and 2 deletions

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