From f9c3a2e048ef1ef43bd592588d7e11c7b2f4651f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 24 Jan 2016 00:20:43 +0000 Subject: add missing powerpc specific PROT_SAO memory protection flag this flag for strong access ordering was added in linux v2.6.27 commit aba46c5027cb59d98052231b36efcbbde9c77a1d --- arch/powerpc/bits/mman.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h index 5320b7d7..779fddec 100644 --- a/arch/powerpc/bits/mman.h +++ b/arch/powerpc/bits/mman.h @@ -4,6 +4,7 @@ #define PROT_READ 1 #define PROT_WRITE 2 #define PROT_EXEC 4 +#define PROT_SAO 0x10 #define PROT_GROWSDOWN 0x01000000 #define PROT_GROWSUP 0x02000000 -- cgit v1.2.1