Changeset 347 for GPL/trunk/include/linux/vmalloc.h
- Timestamp:
- Apr 21, 2008, 2:46:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/vmalloc.h
r32 r347 6 6 7 7 //#include <asm/pgtable.h> 8 9 /* bits in vm_struct->flags */ 10 #define VM_IOREMAP 0x00000001 /* ioremap() and friends */ 11 #define VM_ALLOC 0x00000002 /* vmalloc() */ 12 #define VM_MAP 0x00000004 /* vmap()ed pages */ 13 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ 14 #define VM_VPAGES 0x00000010 /* buffer for pages was vmalloc'ed */ 15 /* bits [20..32] reserved for arch specific ioremap internals */ 8 16 9 17 struct vm_struct {
Note:
See TracChangeset
for help on using the changeset viewer.