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

Ian Lepore ian at FreeBSD.org
Tue Apr 29 23:29:29 UTC 2014


Author: ian
Date: Tue Apr 29 23:29:28 2014
New Revision: 265111
URL: http://svnweb.freebsd.org/changeset/base/265111

Log:
  Make this declaration into a proper function prototype.

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

Modified: head/sys/arm/include/cpufunc.h
==============================================================================
--- head/sys/arm/include/cpufunc.h	Tue Apr 29 20:57:25 2014	(r265110)
+++ head/sys/arm/include/cpufunc.h	Tue Apr 29 23:29:28 2014	(r265111)
@@ -411,7 +411,7 @@ void	armv6_idcache_wbinv_range	(vm_offse
 void	armv7_setttb			(u_int);
 void	armv7_tlb_flushID		(void);
 void	armv7_tlb_flushID_SE		(u_int);
-void	armv7_icache_sync_all		();
+void	armv7_icache_sync_all		(void);
 void	armv7_icache_sync_range		(vm_offset_t, vm_size_t);
 void	armv7_idcache_wbinv_range	(vm_offset_t, vm_size_t);
 void	armv7_idcache_inv_all		(void);


More information about the svn-src-head mailing list