From: Jack Steiner Date: Mon, 6 Mar 2006 23:42:50 +0000 (-0800) Subject: [PATCH] Increase max kmalloc size for very large systems X-Git-Tag: v2.6.16-rc6~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a615fa83959896f8eac76c235953fb164cd1a9b9;p=pandora-kernel.git [PATCH] Increase max kmalloc size for very large systems Systems with extemely large numbers of nodes or cpus need to kmalloc structures larger than is currently supported. This patch increases the maximum supported size for very large systems. This patch should have no effect on current systems. (akpm: why not just use alloc_pages() for sysfs_cpus?) Signed-off-by: Jack Steiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed