diff options
Diffstat (limited to 'mm/nommu.c')
| -rw-r--r-- | mm/nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c index 365019599df8..8bdde9508f3b 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
| @@ -221,7 +221,7 @@ long vwrite(char *buf, char *addr, unsigned long count) | |||
| 221 | * Allocate enough pages to cover @size from the page level | 221 | * Allocate enough pages to cover @size from the page level |
| 222 | * allocator and map them into continguos kernel virtual space. | 222 | * allocator and map them into continguos kernel virtual space. |
| 223 | * | 223 | * |
| 224 | * For tight cotrol over page level allocator and protection flags | 224 | * For tight control over page level allocator and protection flags |
| 225 | * use __vmalloc() instead. | 225 | * use __vmalloc() instead. |
| 226 | */ | 226 | */ |
| 227 | void *vmalloc(unsigned long size) | 227 | void *vmalloc(unsigned long size) |
