aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-11-23 09:33:47 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-11-23 09:33:47 +0000
commit07ec266234f255e654d042de53c42328cf514e89 (patch)
treeac9d2108dc2a2367c4b0108e0dafd7a91b7e58b2 /sys/arm64
parent713ff628ace5c4346a8058430dc121590115fc27 (diff)
downloadsrc-07ec266234f255e654d042de53c42328cf514e89.tar.gz
src-07ec266234f255e654d042de53c42328cf514e89.zip
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
Notes
Notes: svn path=/head/; revision=309046
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/arm64/mp_machdep.c2
1 files changed, 0 insertions, 2 deletions
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;