summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/i386/i386/locore.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index bc0a63fa4ea..756110246d9 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -437,12 +437,10 @@ try586: /* Use the `cpuid' instruction. */
jb is486 # less than a Pentium
movl $CPU_586,RELOC(_cpu)
-#ifdef NTP
xorl %eax,%eax
xorl %edx,%edx
movl $0x10,%ecx
.byte 0xf, 0x30 # wrmsr (or trap on non-pentium :-)
-#endif
2:
/*