Franck Bui-Huu wrote: > Signed-off-by: Franck Bui-Huu <fbuihuu@xxxxxxxxx> > --- [snip] > @@ -176,24 +174,34 @@ static unsigned long __init init_initrd( [snip] > end = (unsigned long)&_end; > tmp = PAGE_ALIGN(end) - sizeof(u32) * 2; > if (tmp < end) > tmp += PAGE_SIZE; > BTW, can anybody tell me what that bit of code is for ? It seems that a minumum gap is needed betweend the end of kernel code and initrd but I don't see why ? Thanks Franck