On Wed, 17 Jan 2001, Rick Richardson wrote:
> Problem:  kmalloc() of 4M causes kernel message "kernel BUG at slab.c:1542"

This BUG() has been been removed in the later -ac patches as it was meant
to be a temporary debugging help during the -test3 slab.c changes. This
does not however remove the constraint that kmalloc can only allocate a
maximum of 128KB. How you solve this will depend what you want to use the
memory for.

-- Hans


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

Reply via email to