svn commit: r353713 - head/sys/x86/x86
Conrad Meyer
cem at FreeBSD.org
Fri Oct 18 02:25:31 UTC 2019
Author: cem
Date: Fri Oct 18 02:25:30 2019
New Revision: 353713
URL: https://svnweb.freebsd.org/changeset/base/353713
Log:
x86: Remove unused variable from r353712
It was in my git tree (uncommitted) and didn't get carried over to SVN in
r353712.
X-MFC-With: r353712
Modified:
head/sys/x86/x86/tsc.c
Modified: head/sys/x86/x86/tsc.c
==============================================================================
--- head/sys/x86/x86/tsc.c Fri Oct 18 02:18:17 2019 (r353712)
+++ head/sys/x86/x86/tsc.c Fri Oct 18 02:25:30 2019 (r353713)
@@ -228,7 +228,6 @@ tsc_freq_intel(void)
static void
probe_tsc_freq(void)
{
- u_int regs[4];
uint64_t tsc1, tsc2;
uint16_t bootflags;
More information about the svn-src-all
mailing list