Skip to content
  • Jan Kiszka's avatar
    ipipe: Introduce and use ipipe_root_nr_syscalls · 28dca891
    Jan Kiszka authored
    
    
    At least one arch, infamous x86, has a difference of NR_syscalls
    depending on compat vs. native ABI. Account for that by introducing a
    function that can deliver the currently valid syscall number if an arch
    implements such a service. In all other cases, this change is
    functionally no difference.
    
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    28dca891