
hcall_vphn() is specific to pseries and will be used in a subsequent patch. So, move it to a more appropriate place under arch/powerpc/platforms/pseries. Also merge vphn.h into lppaca.h and update vphn selftest to use the new files. Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
TEST_GEN_PROGS := test-vphn
|
|
|
|
CFLAGS += -m64 -I$(CURDIR)
|
|
|
|
top_srcdir = ../../../../..
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|
|
|