Ignore:
Timestamp:
Apr 21, 2008, 2:46:45 AM (17 years ago)
Author:
Brendan Oakley
Message:

Adjustments to linux headers and lib32 for compiling resync 1.0.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/vmalloc.h

    r32 r347  
    66
    77//#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 */
    816
    917struct vm_struct {
Note: See TracChangeset for help on using the changeset viewer.