From 07ec266234f255e654d042de53c42328cf514e89 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 23 Nov 2016 09:33:47 +0000 Subject: Remove the unneeded ofw_cpu_reg function signature, it's not used in this file. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation --- sys/arm64/arm64/mp_machdep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/arm64') diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c index 4904e6b6a4a1..79722016e927 100644 --- a/sys/arm64/arm64/mp_machdep.c +++ b/sys/arm64/arm64/mp_machdep.c @@ -87,8 +87,6 @@ static struct intr_ipi *intr_ipi_lookup(u_int); static void intr_pic_ipi_setup(u_int, const char *, intr_ipi_handler_t *, void *); -boolean_t ofw_cpu_reg(phandle_t node, u_int, cell_t *); - extern struct pcpu __pcpu[]; static device_identify_t arm64_cpu_identify; -- cgit v1.2.3