diff options
| -rw-r--r-- | mm/nommu.c | 2 | ||||
| -rw-r--r-- | mm/vmalloc.c | 6 |
2 files changed, 4 insertions, 4 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) |
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 1ac191ce5641..750ab6ed13fc 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
| @@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc); | |||
| 503 | * Allocate enough pages to cover @size from the page level | 503 | * Allocate enough pages to cover @size from the page level |
| 504 | * allocator and map them into contiguous kernel virtual space. | 504 | * allocator and map them into contiguous kernel virtual space. |
| 505 | * | 505 | * |
| 506 | * For tight cotrol over page level allocator and protection flags | 506 | * For tight control over page level allocator and protection flags |
| 507 | * use __vmalloc() instead. | 507 | * use __vmalloc() instead. |
| 508 | */ | 508 | */ |
| 509 | void *vmalloc(unsigned long size) | 509 | void *vmalloc(unsigned long size) |
| @@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user); | |||
| 542 | * Allocate enough pages to cover @size from the page level | 542 | * Allocate enough pages to cover @size from the page level |
| 543 | * allocator and map them into contiguous kernel virtual space. | 543 | * allocator and map them into contiguous kernel virtual space. |
| 544 | * | 544 | * |
| 545 | * For tight cotrol over page level allocator and protection flags | 545 | * For tight control over page level allocator and protection flags |
| 546 | * use __vmalloc() instead. | 546 | * use __vmalloc() instead. |
| 547 | */ | 547 | */ |
| 548 | void *vmalloc_node(unsigned long size, int node) | 548 | void *vmalloc_node(unsigned long size, int node) |
| @@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node); | |||
| 563 | * the page level allocator and map them into contiguous and | 563 | * the page level allocator and map them into contiguous and |
| 564 | * executable kernel virtual space. | 564 | * executable kernel virtual space. |
| 565 | * | 565 | * |
| 566 | * For tight cotrol over page level allocator and protection flags | 566 | * For tight control over page level allocator and protection flags |
| 567 | * use __vmalloc() instead. | 567 | * use __vmalloc() instead. |
| 568 | */ | 568 | */ |
| 569 | 569 | ||
