svn commit: r309046 - head/sys/arm64/arm64

Andrew Turner andrew at FreeBSD.org
Wed Nov 23 09:33:50 UTC 2016


Author: andrew
Date: Wed Nov 23 09:33:47 2016
New Revision: 309046
URL: https://svnweb.freebsd.org/changeset/base/309046

Log:
  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

Modified:
  head/sys/arm64/arm64/mp_machdep.c

Modified: head/sys/arm64/arm64/mp_machdep.c
==============================================================================
--- head/sys/arm64/arm64/mp_machdep.c	Wed Nov 23 09:25:51 2016	(r309045)
+++ head/sys/arm64/arm64/mp_machdep.c	Wed Nov 23 09:33:47 2016	(r309046)
@@ -87,8 +87,6 @@ static struct intr_ipi *intr_ipi_lookup(
 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;


More information about the svn-src-all mailing list