svn commit: r345197 - stable/11/sys/dev/hwpmc
Konstantin Belousov
kib at FreeBSD.org
Fri Mar 15 18:50:01 UTC 2019
Author: kib
Date: Fri Mar 15 18:50:00 2019
New Revision: 345197
URL: https://svnweb.freebsd.org/changeset/base/345197
Log:
MFC r345074:
Remove useless version check.
Modified:
stable/11/sys/dev/hwpmc/hwpmc_core.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/hwpmc/hwpmc_core.c
==============================================================================
--- stable/11/sys/dev/hwpmc/hwpmc_core.c Fri Mar 15 18:18:05 2019 (r345196)
+++ stable/11/sys/dev/hwpmc/hwpmc_core.c Fri Mar 15 18:50:00 2019 (r345197)
@@ -38,11 +38,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <machine/intr_machdep.h>
-#if (__FreeBSD_version >= 1100000)
#include <x86/apicvar.h>
-#else
-#include <machine/apicvar.h>
-#endif
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/md_var.h>
More information about the svn-src-stable-11
mailing list