Author: andrew
Date: Thu Apr  2 12:58:04 2015
New Revision: 280986
URL: https://svnweb.freebsd.org/changeset/base/280986

Log:
  We may not be using gcc to compile this.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/arm/arm/generic_timer.c

Modified: head/sys/arm/arm/generic_timer.c
==============================================================================
--- head/sys/arm/arm/generic_timer.c    Thu Apr  2 12:56:06 2015        
(r280985)
+++ head/sys/arm/arm/generic_timer.c    Thu Apr  2 12:58:04 2015        
(r280986)
@@ -353,7 +353,7 @@ DELAY(int usec)
                for (; usec > 0; usec--)
                        for (counts = 200; counts > 0; counts--)
                                /*
-                                * Prevent gcc from optimizing
+                                * Prevent the compiler from optimizing
                                 * out the loop
                                 */
                                cpufunc_nullop();
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to