svn commit: r219675 - head/sys/i386/include

Jung-uk Kim jkim at FreeBSD.org
Tue Mar 15 18:09:30 UTC 2011


Author: jkim
Date: Tue Mar 15 18:09:29 2011
New Revision: 219675
URL: http://svn.freebsd.org/changeset/base/219675

Log:
  Remove tsc_present from this file, really.

Modified:
  head/sys/i386/include/cpu.h

Modified: head/sys/i386/include/cpu.h
==============================================================================
--- head/sys/i386/include/cpu.h	Tue Mar 15 17:59:30 2011	(r219674)
+++ head/sys/i386/include/cpu.h	Tue Mar 15 18:09:29 2011	(r219675)
@@ -56,7 +56,6 @@
 #ifdef _KERNEL
 extern char	btext[];
 extern char	etext[];
-extern int	tsc_present;
 
 void	cpu_halt(void);
 void	cpu_reset(void);


More information about the svn-src-all mailing list