Re-enable sampling on the AMD64.

This commit is contained in:
Joseph Koshy 2005-08-27 16:07:12 +00:00
parent 7ef5ed2bb1
commit c402059e2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149527

View file

@ -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));