]> bbs.cooldavid.org Git - net-next-2.6.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)
commit7a019225c797a1047470accee950d69cfe7c59c5
tree0292277ce6b1fda86658dbaeeb4402800c2bef0f
parent59db2e6ed080ac385f19b9f4329133d634215bfd
[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