Home | History | Annotate | Download | only in linux
      1 /* Fallback file for arch-specific definitions.  */
      2 
      3 #ifndef HAVE_ARCH_GETRVAL2
      4 # define HAVE_ARCH_GETRVAL2 0
      5 #endif
      6 
      7 #ifndef HAVE_ARCH_OLD_MMAP
      8 # define HAVE_ARCH_OLD_MMAP 0
      9 #endif
     10 
     11 #ifndef HAVE_ARCH_OLD_MMAP_PGOFF
     12 # define HAVE_ARCH_OLD_MMAP_PGOFF 0
     13 #endif
     14 
     15 #ifndef HAVE_ARCH_OLD_SELECT
     16 # define HAVE_ARCH_OLD_SELECT 0
     17 #endif
     18 
     19 #ifndef HAVE_ARCH_UID16_SYSCALLS
     20 # define HAVE_ARCH_UID16_SYSCALLS 0
     21 #endif
     22 
     23 #ifndef DEFAULT_PERSONALITY
     24 # define DEFAULT_PERSONALITY 0
     25 #endif
     26 
     27 #ifndef SUPPORTED_PERSONALITIES
     28 # define SUPPORTED_PERSONALITIES 1
     29 #endif
     30 
     31 #ifndef HAVE_ARCH_DEDICATED_ERR_REG
     32 # define HAVE_ARCH_DEDICATED_ERR_REG 0
     33 #endif
     34 
     35 #ifndef CAN_ARCH_BE_COMPAT_ON_64BIT_KERNEL
     36 # define CAN_ARCH_BE_COMPAT_ON_64BIT_KERNEL 0
     37 #endif
     38