On Tue, Mar 28, 2006 at 01:12:25PM +0200, Andi Kleen wrote:
> On Monday 27 March 2006 17:41, Darren Jenkins\ wrote:
> 
> 
> > -   shmems = kzalloc(((0x10000-0xa0000) / 0x800) * sizeof(unsigned long),
> > +   shmems = kcalloc(((0x10000-0xa0000) / 0x800), sizeof(unsigned long),
> >                      GFP_KERNEL);
> 

Original problem is obvious, blatant typo: that 0x10000 should've been
0x100000.  Fix is in -mm; I thought it got to mainline already...
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to