From: Adrian Bunk Date: Tue, 17 May 2005 04:53:37 +0000 (-0700) Subject: [PATCH] mm/nommu.c: try to fix __vmalloc X-Git-Tag: v2.6.12-rc5~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a019225c797a1047470accee950d69cfe7c59c5;p=pandora-kernel.git [PATCH] mm/nommu.c: try to fix __vmalloc Linus changed the second argument of __vmalloc from int to unsigned int breaking the compilation for CONFIG_MMU=n configurations (since he only changed vmalloc.c but not nommu.c). Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed