diff options
author | gnn <gnn@FreeBSD.org> | 2010-03-03 15:05:58 +0000 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2010-03-03 15:05:58 +0000 |
commit | acf511e4d0cb788a9a050ea1aefef0548aa329ab (patch) | |
tree | 42725ebf07ce966c74facdca56635db531cdc299 /sys/conf/files.mips | |
parent | 8fcfbfddca984ab42754b8807ddd5edfd7de8fbf (diff) | |
download | FreeBSD-src-acf511e4d0cb788a9a050ea1aefef0548aa329ab.zip FreeBSD-src-acf511e4d0cb788a9a050ea1aefef0548aa329ab.tar.gz |
Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.
Add macros for properly accessing coprocessor 0 registers that
support performance counters.
Reviewed by: jkoshy rpaulo fabien imp
MFC after: 1 month
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r-- | sys/conf/files.mips | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 4b6c54a..60ab0c2 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -101,3 +101,6 @@ dev/siba/siba_cc.c optional siba dev/siba/siba_core.c optional siba dev/siba/siba_pcib.c optional siba pci #mips/sentry5/siba_mips.c optional siba # not yet + +dev/hwpmc/hwpmc_mips.c optional hwpmc +dev/hwpmc/hwpmc_mips24k.c optional hwpmc |