summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-08-27 15:29:46 +1000
committerSimon Horman <horms@verge.net.au>2008-08-27 15:29:46 +1000
commit09bf825e8e3049db1d72d464d0a6b857cc037a43 (patch)
tree0a6fb6c4992c18fbfc8a7df9a4059c36050a0a62 /include/linux/vmalloc.h
parente3c2ced8d21410e8bc897480081e2ffc516c0f70 (diff)
parentc2d42545774c4bba7232521d836d0793330e3a4e (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 364789aae9f3..328eb4022727 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -4,9 +4,9 @@
#include <linux/spinlock.h>
#include <asm/page.h> /* pgprot_t */
-struct vm_area_struct;
+struct vm_area_struct; /* vma defining user mapping in mm_types.h */
-/* bits in vm_struct->flags */
+/* bits in flags of vmalloc's vm_struct below */
#define VM_IOREMAP 0x00000001 /* ioremap() and friends */
#define VM_ALLOC 0x00000002 /* vmalloc() */
#define VM_MAP 0x00000004 /* vmap()ed pages */