From: Andy P. <at...@us...> - 2001-02-16 00:53:44
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv20040/include/asm-vax Modified Files: irq.h Log Message: Fixes for page size and set_pte problems caused by pagelet layer Index: irq.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/irq.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- irq.h 2001/01/17 16:18:52 1.1 +++ irq.h 2001/02/16 00:54:26 1.2 @@ -18,7 +18,7 @@ #define NO_IRQ 1023 #endif -#define INT_STACK_SIZE 4096 +#define INT_STACK_SIZE 8192 #ifndef __ASSEMBLY__ |