summaryrefslogtreecommitdiff
path: root/sys/hwpmc
Commit message (Collapse)AuthorAgeFilesLines
* Delete stale files post their move to "sys/dev/hwpmc/".Joseph Koshy2005-04-286-7077/+0
| | | | Notes: svn path=/head/; revision=145608
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-206-12/+5
| | | | | | | | | | | 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@ Notes: svn path=/head/; revision=145338
* Remove dead variable.Joseph Koshy2005-04-201-3/+2
| | | | Notes: svn path=/head/; revision=145313
* Remove unused variable that was horking up the LINT buildWarner Losh2005-04-191-5/+2
| | | | Notes: svn path=/head/; revision=145303
* Minimal changes to get this to compile with -DDEBUG defined as wellWarner Losh2005-04-191-1/+3
| | | | | | | as hack a couple used before set warnings for LINT happiness. Notes: svn path=/head/; revision=145301
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵Joseph Koshy2005-04-196-0/+7086
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) Notes: svn path=/head/; revision=145256