]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm/nommu.c: try to fix __vmalloc
authorAdrian Bunk <bunk@stusta.de>
Tue, 17 May 2005 04:53:37 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:17 +0000 (07:59 -0700)
commit4d5d3a03c34caa275b46138c6d4a7ada8302b018
tree0292277ce6b1fda86658dbaeeb4402800c2bef0f
parente606eee9afd97ac4da30d1ab6882b2045710aba5
[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 <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/nommu.c