[Hangcheck-timer-commits] rev 43 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Oct 29 19:49:11 CST 2003


Author: jlbec
Date: 2003-10-29 19:49:09 -0600 (Wed, 29 Oct 2003)
New Revision: 43

Modified:
   trunk/hangcheck-timer.c
Log:
fixy

Modified: trunk/hangcheck-timer.c
===================================================================
--- trunk/hangcheck-timer.c	2003-10-29 18:56:39 UTC (rev 42)
+++ trunk/hangcheck-timer.c	2003-10-30 01:49:09 UTC (rev 43)
@@ -136,11 +136,13 @@
 # ifdef __s390__
 	/* returns the TOD.  see 4-38 Principles of Op of zSeries */
 	return get_clock();
-# ifdef __i386__
+# else
+#  ifdef __i386__
 	if(use_cyclone)
 		return get_cyclone();
-# endif  /* __i386__ */
+#  endif  /* __i386__ */
 	return get_cycles();
+# endif  /* __s390__ */
 }
 #endif  /* HAVE_MONOTONIC */
 



More information about the Hangcheck-timer-commits mailing list