summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-01-17 20:28:07 -0800
committerTony Luck <tony.luck@intel.com>2005-01-17 20:28:07 -0800
commit9790ee6f6a30db6b9fd4f27e437b87fa8e511cdd (patch)
tree5283a41fba9fe6a85c0ed186ad0469dd0cc04323 /include/linux/vmalloc.h
parentbcb39c06eefc908121323c23ead2fdd246585ad3 (diff)
parentfdefff6242ce95e350570a7f65e1ff49bc3a66b6 (diff)
Merge ia64 test tree back into release tree.
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 8c68717810c3..9af7ad38c08d 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -8,6 +8,7 @@
#define VM_IOREMAP 0x00000001 /* ioremap() and friends */
#define VM_ALLOC 0x00000002 /* vmalloc() */
#define VM_MAP 0x00000004 /* vmap()ed pages */
+/* bits [20..32] reserved for arch specific ioremap internals */
struct vm_struct {
void *addr;