Skip to content

Commit

Permalink
Revert "lib.numa: skip selftest if running on a non-NUMA machine"
Browse files Browse the repository at this point in the history
This reverts commit 2c71c23.
  • Loading branch information
eugeneia committed Jan 29, 2018
1 parent a0c9d21 commit fcf0ff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/numa.lua
Expand Up @@ -128,9 +128,6 @@ function prevent_preemption(priority)
end

function selftest ()
if not has_numa() then
os.exit(engine.test_skipped_code)
end

function test_cpu(cpu)
local node = cpu_get_numa_node(cpu)
Expand Down

0 comments on commit fcf0ff1

Please sign in to comment.