From 2d67ae923d11d766d9a6cea714fa487b52579f6a Mon Sep 17 00:00:00 2001 From: Trutz Behn Date: Wed, 28 Jan 2015 18:46:52 +0100 Subject: move MREMAP_MAYMOVE and MREMAP_FIXED out of bits the definitions are generic for all kernel archs. exposure of these macros now only occurs on the same feature test as for the function accepting them, which is believed to be more correct. --- arch/mips/bits/mman.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/mips/bits/mman.h') diff --git a/arch/mips/bits/mman.h b/arch/mips/bits/mman.h index ac8dd5e5..3125fc2b 100644 --- a/arch/mips/bits/mman.h +++ b/arch/mips/bits/mman.h @@ -54,7 +54,4 @@ #define MADV_DONTDUMP 16 #define MADV_DODUMP 17 #define MADV_HWPOISON 100 - -#define MREMAP_MAYMOVE 1 -#define MREMAP_FIXED 2 #endif -- cgit v1.2.1