Skip to content
  • Ed Maste's avatar
    kdump: simplify/remove per-arch #ifdefs · fc7d33b4
    Ed Maste authored
    It is acceptable for syscallabi to map SV_ABI to SYSDECODE_ABI on all
    architectures; libsysdecode will return not-found sentinel values if
    it does not have a syscall name or errno mapping for a given
    architecture.
    
    Also, use __LP64__ for the SV_ILP32 -> SYSDECODE_ABI_LINUX32 mapping,
    for any future 32- on 64-bit linuxulator implementation.
    
    Reviewed by:	jhb
    Sponsored by:	Turing Robotic Industries Inc.
    fc7d33b4