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

Andrew Turner andrew at FreeBSD.org
Wed Oct 31 10:30:20 UTC 2018


Author: andrew
Date: Wed Oct 31 10:30:19 2018
New Revision: 339945
URL: https://svnweb.freebsd.org/changeset/base/339945

Log:
  Remove function prototypes for functions removed in r339943.
  
  Sponsored by:	DARPA, AFRL

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

Modified: head/sys/arm64/arm64/mp_machdep.c
==============================================================================
--- head/sys/arm64/arm64/mp_machdep.c	Wed Oct 31 09:39:38 2018	(r339944)
+++ head/sys/arm64/arm64/mp_machdep.c	Wed Oct 31 10:30:19 2018	(r339945)
@@ -113,10 +113,6 @@ static void intr_pic_ipi_setup(u_int, const char *, in
 
 extern struct pcpu __pcpu[];
 
-static device_identify_t arm64_cpu_identify;
-static device_probe_t arm64_cpu_probe;
-static device_attach_t arm64_cpu_attach;
-
 static void ipi_ast(void *);
 static void ipi_hardclock(void *);
 static void ipi_preempt(void *);


More information about the svn-src-head mailing list