Move mem_xxx samples to regress. Add check to only flush tlb when unmapping if there is a current cpu

This commit is contained in:
Chris Eagle
2015-09-04 00:48:24 -07:00
parent 06481933e0
commit 8cfd902e4b
6 changed files with 10 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ TESTS += block_test
TESTS += ro_mem_test nr_mem_test
TESTS += timeout_segfault
TESTS += rep_movsb
TESTS += mem_unmap
TESTS += mem_protect
TESTS += mem_exec
all: $(TESTS)