cvs commit: src/sys/hwpmc hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 20 13:26:40 PDT 2005


marcel      2005-04-20 20:26:39 UTC

  FreeBSD src repository

  Modified files:
    sys/hwpmc            hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c 
                         hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c 
  Log:
  Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header
  includes the MD header for us. Do not include <machine/specialreg.h>
  as it is not a header file that can be included from MI files. It
  is included from <machine/pmc_mdep.h> if so needed and possible.
  
  Ok'd: jkoshy@
  
  Revision  Changes    Path
  1.2       +1 -2      src/sys/hwpmc/hwpmc_amd.c
  1.2       +1 -2      src/sys/hwpmc/hwpmc_intel.c
  1.4       +0 -2      src/sys/hwpmc/hwpmc_mod.c
  1.2       +1 -2      src/sys/hwpmc/hwpmc_pentium.c
  1.3       +1 -2      src/sys/hwpmc/hwpmc_piv.c
  1.2       +1 -2      src/sys/hwpmc/hwpmc_ppro.c


More information about the cvs-src mailing list