diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2005-01-12 22:50:27 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2005-01-12 22:50:27 -0800 |
| commit | 0f76379ca92b8aee2771373e55a67f2631529506 (patch) | |
| tree | cee1399116d9051cfd714b4b1c5207929d15e7e9 /include/linux/vmalloc.h | |
| parent | 240cdcf7cc2bdc55bc13a065dc737efc5e3d54ba (diff) | |
| parent | de10f9d45f6836709d77629cda7ad4e743e32cbe (diff) | |
Merge nuts.davemloft.net:/disk1/BK/network-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include/linux/vmalloc.h')
| -rw-r--r-- | include/linux/vmalloc.h | 1 |
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; |
