>+
>+/* initramfs area. */
>+# define INITRAMFS            \
>+      . = ALIGN(4096);                \
>+      .init.ramfs : {                                         

Why the 4096 alignment?  If you need it page aligned (and I can't
see why you would), then bear in mind that not all architectures
use a 4k pagesize.

-Tony

Reply via email to