commit | 7a019225c797a1047470accee950d69cfe7c59c5 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon May 16 21:53:37 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:17 2005 -0700 |
tree | 0292277ce6b1fda86658dbaeeb4402800c2bef0f | |
parent | 59db2e6ed080ac385f19b9f4329133d634215bfd [diff] |
[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>