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

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jan 23 16:40:22 UTC 2017


Author: bz
Date: Mon Jan 23 16:40:20 2017
New Revision: 312668
URL: https://svnweb.freebsd.org/changeset/base/312668

Log:
  Remove a static function declaration for a function not implemented.
  
  Makes head code compile on 10.3 and cleanup is never wrong.
  
  MFC after:	3 days

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

Modified: head/sys/arm64/arm64/mp_machdep.c
==============================================================================
--- head/sys/arm64/arm64/mp_machdep.c	Mon Jan 23 15:39:51 2017	(r312667)
+++ head/sys/arm64/arm64/mp_machdep.c	Mon Jan 23 16:40:20 2017	(r312668)
@@ -105,8 +105,6 @@ static void ipi_preempt(void *);
 static void ipi_rendezvous(void *);
 static void ipi_stop(void *);
 
-static int ipi_handler(void *arg);
-
 struct mtx ap_boot_mtx;
 struct pcb stoppcbs[MAXCPU];
 


More information about the svn-src-head mailing list