diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-03-15 16:50:17 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-03-15 16:50:17 +0000 |
| commit | 23ca55ccf8b7ac7ca5e8d875b599506b52bef1a9 (patch) | |
| tree | bdf297132b922a5ce4dbecb747a2c1d5c70a6982 /sys | |
| parent | 21338030234d88ff835e56bc29afbf33bb896fb6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ia64/ia64/locore.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ia64/ia64/locore.S b/sys/ia64/ia64/locore.S index 3a185be5e477..568df6114cd0 100644 --- a/sys/ia64/ia64/locore.S +++ b/sys/ia64/ia64/locore.S @@ -34,7 +34,11 @@ #include <machine/intrcnt.h> #include <assym.s> -#define FW_STACK_SIZE 16384 +/* + * The Altix 350 needs more than the architected 16KB (8KB for stack and + * 8KB for RSE backing store) when calling EFI to setup virtual mode. + */ +#define FW_STACK_SIZE 3*PAGE_SIZE .section .data.kstack, "aw" .align PAGE_SIZE |
