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); If it's too big for kzalloc then it's too big for kcalloc too. -Andi - 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