svn commit: r276335 - head/sys/arm/include

Ian Lepore ian at FreeBSD.org
Sun Dec 28 18:26:16 UTC 2014


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
 


More information about the svn-src-all mailing list