Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 10:30:20 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339945 - head/sys/arm64/arm64
Message-ID:  <201810311030.w9VAUKZt003211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810311030.w9VAUKZt003211>