Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 09:33:48 +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: r309046 - head/sys/arm64/arm64
Message-ID:  <201611230933.uAN9Xmdp048938@repo.freebsd.org>

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



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