Ho Lee wrote:

>
> Hi Chris,
>
> How about setting PAGE_OFFSET to 0x80000000, that is 2G/2G split?
> It would make enough virtual address space. I've never tried on PPC,
> so I don't know the side effect of this.
> -- Ho
>

Chris,

Like Ho says, you need to lower PAGE_OFFSET (although you may not want 
to drop it all the way to 0x80000000).  That will increase your vmalloc 
space.  On ppc, you do this via the 'Advanced setup' config menu.

Mark


Reply via email to