Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 18:50:00 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r345197 - stable/11/sys/dev/hwpmc
Message-ID:  <201903151850.x2FIo0nb001589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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