|
@@ -34,7 +34,7 @@ struct thread_info {
|
|
|
|
|
|
/* thread information allocation */
|
|
/* thread information allocation */
|
|
|
|
|
|
-#define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */
|
|
|
|
|
|
+#define THREAD_SIZE_ORDER 3 /* PA-RISC requires at least 32k stack */
|
|
/* Be sure to hunt all references to this down when you change the size of
|
|
/* Be sure to hunt all references to this down when you change the size of
|
|
* the kernel stack */
|
|
* the kernel stack */
|
|
#define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
|
#define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|