Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 1995 03:33:08 +1000 (EST)
From:      michael butler <imb@scgt.oz.au>
To:        current@freebsd.org
Subject:   microtime.s .. I586 ..
Message-ID:  <199510131733.DAA29137@asstdc.scgt.oz.au>

next in thread | raw e-mail | index | archive | help
Could someone please add ..

*** microtime.s~	Fri Oct 13 07:11:11 1995
--- microtime.s	Sat Oct 14 03:30:52 1995
***************
*** 171,176 ****
--- 171,177 ----
  
  	ret
  
+ #ifdef I586_CPU
  	.extern _i586_ctr_bias
  
  	ALIGN_TEXT
***************
*** 181,183 ****
--- 182,185 ----
  	sbbl	_i586_ctr_bias+4, %edx
  	divl	%ecx		# get value in usec
  	jmp	common_microtime
+ #endif

.. for the benefit of those who don't compile for such hardware,

	michael



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