Signed-off-by: Dave Hansen --- memhotplug-dave/include/asm-x86_64/mman.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-x86_64/mman.h~AA-PM-99-x86_64-IMMOVABLE include/asm-x86_64/mman.h --- memhotplug/include/asm-x86_64/mman.h~AA-PM-99-x86_64-IMMOVABLE 2005-07-28 13:51:02.000000000 -0700 +++ memhotplug-dave/include/asm-x86_64/mman.h 2005-07-28 13:51:02.000000000 -0700 @@ -23,6 +23,7 @@ #define MAP_NORESERVE 0x4000 /* don't check for reservations */ #define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */ #define MAP_NONBLOCK 0x10000 /* do not block on IO */ +#define MAP_IMMOVABLE 0x20000 #define MS_ASYNC 1 /* sync memory asynchronously */ #define MS_INVALIDATE 2 /* invalidate the caches */ _