* [Review 5/7] MCA/INIT Align the initial task
@ 2005-08-17 5:40 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2005-08-17 5:40 UTC (permalink / raw)
To: linux-ia64
Align the stack for the initial task to be the same alignment as all
other process stacks. Otherwise the validation code needs special
cases for the intial task, it is currently only page aligned.
vmlinux.lds.S | 1 +
1 files changed, 1 insertion(+)
Index: linux/arch/ia64/kernel/vmlinux.lds.S
=================================--- linux.orig/arch/ia64/kernel/vmlinux.lds.S 2005-08-17 14:34:38.404220401 +1000
+++ linux/arch/ia64/kernel/vmlinux.lds.S 2005-08-17 14:36:24.052711993 +1000
@@ -165,6 +165,7 @@ SECTIONS
__init_end = .;
/* The initial task and kernel stack */
+ . = ALIGN(KERNEL_STACK_SIZE);
.data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET)
{ *(.data.init_task) }
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-17 5:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-17 5:40 [Review 5/7] MCA/INIT Align the initial task Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox