diff options
| -rw-r--r-- | mm/vmalloc.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index fc77adabb5e..5d6030235d7 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -2003,8 +2003,6 @@ finished:   *	should know vmalloc() area is valid and can use memcpy().   *	This is for routines which have to access vmalloc area without   *	any informaion, as /dev/kmem. - * - *	The caller should guarantee KM_USER1 is not used.   */  long vwrite(char *buf, char *addr, unsigned long count)  |