Skip to content
  • Simon Marlow's avatar
    Fix numa001 failure with "too many NUMA nodes" · e0ca7ff3
    Simon Marlow authored
    It seems that recent versions of the Linux kernel are using larger NUMA
    bitmasks; I see 1024 on my laptop running a 4.6.5 kernel.  This causes
    the NUMA tests to fail.  I'm fixing it to only fail if we have that many
    actual *nodes*, rather than failing if the size of the mask is too big.
    e0ca7ff3