svn commit: r320497 - head/sys/arm64/include

Andrew Turner andrew at FreeBSD.org
Fri Jun 30 14:45:44 UTC 2017


Author: andrew
Date: Fri Jun 30 14:45:43 2017
New Revision: 320497
URL: https://svnweb.freebsd.org/changeset/base/320497

Log:
  Remove a blank line accidentally added in r320403.

Modified:
  head/sys/arm64/include/atomic.h

Modified: head/sys/arm64/include/atomic.h
==============================================================================
--- head/sys/arm64/include/atomic.h	Fri Jun 30 09:34:50 2017	(r320496)
+++ head/sys/arm64/include/atomic.h	Fri Jun 30 14:45:43 2017	(r320497)
@@ -448,7 +448,6 @@ atomic_thread_fence_acq(void)
 {
 
 	dmb(ld);
-
 }
 
 static __inline void


More information about the svn-src-head mailing list