Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 18:26:16 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276335 - head/sys/arm/include
Message-ID:  <201412281826.sBSIQGDQ099016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Dec 28 18:26:15 2014
New Revision: 276335
URL: https://svnweb.freebsd.org/changeset/base/276335

Log:
  Eliminate an unused macro whose name clashes now with a function in the
  new cpu-v6.h.  This should have been part of r276334.

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

Modified: head/sys/arm/include/cpufunc.h
==============================================================================
--- head/sys/arm/include/cpufunc.h	Sun Dec 28 18:19:05 2014	(r276334)
+++ head/sys/arm/include/cpufunc.h	Sun Dec 28 18:26:15 2014	(r276335)
@@ -563,7 +563,6 @@ void	xscalec3_context_switch	(void);
 
 #endif /* CPU_XSCALE_81342 */
 
-#define tlb_flush	cpu_tlb_flushID
 #define setttb		cpu_setttb
 #define drain_writebuf	cpu_drain_writebuf
 



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