On Mon, 11 Jun 2007 20:16:31 -0700 (PDT)
Christoph Lameter <[EMAIL PROTECTED]> wrote:

> > and I can't do that over VPN. I'll test it first thing in the morning.
> 
> Here is a more general fix

Sorry, that didn't work either. One problem is that you're using
ARCH_KMALLOC_MIN_ALIGN instead of ARCH_KMALLOC_MINALIGN in slub_defs.h
to determine KMALLOC_MIN_SIZE. After fixing that, it fails with
undefined references to __kmalloc_size_too_large. It looks like ilog2()
is behaving strangely; I'll see if I can figure out what's going on.

Haavard
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to