[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] [patch] boot memory allocator cleanup 3
Hi Yashi,
Yasushi SHOJI wrote:
>>Is there anything that assumes .bss will be page aligned? Otherwise,
>>it's some kind of off-by-one or align/reounding error, I think.
>
>
> there are some code that assuming boundary is page aligned. I'll look
> into it.
The easy fix is just to put
.bss ALIGN(4096) {
...
}
in the link script... but it smells like a hack.. ;-)
> At least CVS version is working, we are ok ;p
No burning tree thankfully! It was good thinking to phase the patches
like you did.
I'll be away for 2 weeks from next Monday (off to the US for FCCM and
RAW conferences) - so we'll see what we can get in this week, then work
out a plan for when I'm gone.
Thanks for your efforts,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/