Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 16:33:05 +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: r307928 - head/sys/arm/include
Message-ID:  <201610251633.u9PGX5Sc060588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Tue Oct 25 16:33:05 2016
New Revision: 307928
URL: https://svnweb.freebsd.org/changeset/base/307928

Log:
  Remove armadaxp_idcache_wbinv_all, it's a static function in the ELF
  trampoline and not used outside this.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/include/cpufunc.h

Modified: head/sys/arm/include/cpufunc.h
==============================================================================
--- head/sys/arm/include/cpufunc.h	Tue Oct 25 16:29:15 2016	(r307927)
+++ head/sys/arm/include/cpufunc.h	Tue Oct 25 16:33:05 2016	(r307928)
@@ -284,8 +284,6 @@ void	armv7_cpu_sleep			(int);
 void	armv7_setup			(void);
 void	armv7_drain_writebuf		(void);
 
-void	armadaxp_idcache_wbinv_all	(void);
-
 void 	cortexa_setup			(void);
 #endif
 #if defined(CPU_MV_PJ4B)



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