On Thu, Mar 28, 2002 at 09:50:45PM -0500, B. Douglas Hilton wrote:
> I'm thinking about re-rolling the kernel to build
> all of the netfilter modules as monolithic. My
> rationale is that I read due to page alignment
> issues on ARM every module's size is rounded
> up to the next 32k size.

You've read wrongly.  On a 4K page size machine, the modules are rounded
up to the next 4K page size.  On a 32K page size machine (which you don't
have), the modules are rounded up to the next 32K size.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to