Home | History | Annotate | Download | only in xlat
      1 #if defined __alpha__ || defined __powerpc__ || defined __powerpc64__ || defined __sparc__
      2 MCL_CURRENT	0x2000
      3 MCL_FUTURE	0x4000
      4 MCL_ONFAULT	0x8000
      5 #else
      6 MCL_CURRENT	1
      7 MCL_FUTURE	2
      8 MCL_ONFAULT	4
      9 #endif
     10