diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-08-27 16:07:12 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-08-27 16:07:12 +0000 |
| commit | c402059e2e217b2eda10e2422173b7fbb3d0ea46 (patch) | |
| tree | 8dc51fcc95f9ab7e0e54e36f651ac9b6619e67e4 /sys/dev/hwpmc | |
| parent | 7ef5ed2bb1d91393b145c27d6ade971da2439980 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hwpmc')
| -rw-r--r-- | sys/dev/hwpmc/hwpmc_amd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 280e80a8195d..6285f7fd75ba 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -474,11 +474,6 @@ amd_allocate_pmc(int cpu, int ri, struct pmc *pm, return 0; } -#if __amd64__ - if (pd->pd_caps & PMC_CAP_INTERRUPT) - return EOPNOTSUPP; /* XXX avoid a processor double fault */ -#endif - #if DEBUG KASSERT(pd->pd_class == amd_pmc_class, ("[amd,%d] Unknown PMC class (%d)", __LINE__, pd->pd_class)); |
