Hey, how about we NOT make modules crash 486s?

This commit is contained in:
Brian Feldman 2003-12-17 00:51:47 +00:00
parent b3b25f2cbf
commit 4d33ee7c6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123580

View File

@ -102,7 +102,7 @@ void swi_vm(void *);
static __inline u_int64_t
get_cyclecount(void)
{
#if defined(I386_CPU) || defined(I486_CPU)
#if defined(I386_CPU) || defined(I486_CPU) || defined(KLD_MODULE)
struct bintime bt;
if (!tsc_present) {