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