[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1275761686-4996-2-git-send-email-vapier@gentoo.org>
Date: Sat, 5 Jun 2010 14:14:46 -0400
From: Mike Frysinger <vapier@...too.org>
To: Tim Abbott <tabbott@...lice.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] Blackfin: use smaller rootfs alignment
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@...too.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists