mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
selftests/powerpc: Move Hash MMU check to utilities
This moves a function to test if the MMU is in Hash mode under the generic test utilities. Signed-off-by: Sandipan Das <sandipan@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200604125610.649668-3-sandipan@linux.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
828ca4320d
commit
c405b738da
@@ -10,7 +10,7 @@ TEST_GEN_FILES := tempfile
|
||||
top_srcdir = ../../../../..
|
||||
include ../../lib.mk
|
||||
|
||||
$(TEST_GEN_PROGS): ../harness.c
|
||||
$(TEST_GEN_PROGS): ../harness.c ../utils.c
|
||||
|
||||
$(OUTPUT)/prot_sao: ../utils.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user