Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 12:58:05 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280986 - head/sys/arm/arm
Message-ID:  <201504021258.t32Cw56Z055841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();



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