Prev: Cleanup hrtimer.c's direct access to wall_to_monotonic
Next: [PATCH 1/2] vmlinux.lds.h: allow people to set a smaller rootfs alignment
From: Mike Frysinger on 5 Jun 2010 14:20 No need for the rootfs to be aligned to a page since we load it up and free it during boot. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- arch/blackfin/kernel/vmlinux.lds.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 984c781..622d780 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S @@ -158,7 +158,7 @@ SECTIONS INIT_CALLS CON_INITCALL SECURITY_INITCALL - INIT_RAM_FS + INIT_RAMFS(4) . = ALIGN(4); ___per_cpu_load = .; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |