summaryrefslogtreecommitdiff
path: root/pal.S
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-08 11:48:03 -0700
committerRichard Henderson <rth@twiddle.net>2013-07-08 11:48:03 -0700
commite959a30a6a5a781606431f3c65e7ed6356940d6e (patch)
treeed8618c4b3f4b753356693d8c1e1f2b73836db31 /pal.S
parent7974e1e03fbad67e3d29f4b942b13b8d82891ba2 (diff)
downloadqemu-palcode-e959a30a6a5a781606431f3c65e7ed6356940d6e.zip
qemu-palcode-e959a30a6a5a781606431f3c65e7ed6356940d6e.tar.gz
qemu-palcode-e959a30a6a5a781606431f3c65e7ed6356940d6e.tar.bz2
Optimize memory layout.
Minimizing the amount of padding between page-aligned data structures.
Diffstat (limited to 'pal.S')
-rw-r--r--pal.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/pal.S b/pal.S
index 1d579aa..c314bd7 100644
--- a/pal.S
+++ b/pal.S
@@ -1905,7 +1905,7 @@ Sys_EnterConsole:
* Allocate the initial bootup stack.
*/
- .section .bss
+ .section .bss.stack
.align 3
.globl stack
.type stack,@object