summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/ml
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@oxide.computer>2022-07-08 08:03:52 -0700
committerRobert Mustacchi <rm@fingolfin.org>2022-08-20 18:04:45 +0000
commitab5bb018eb284290d89d61bbae1913c3ea82b3af (patch)
tree32fe5e89dc94ab1ba7a7f14781e19f0bc2e17254 /usr/src/uts/i86pc/ml
parent2e401babeb53295c8df347e32364beadc0ed1620 (diff)
downloadillumos-joyent-ab5bb018eb284290d89d61bbae1913c3ea82b3af.tar.gz
14834 cpuid code is and has always been isadep
14835 split cpuid pass1 Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/i86pc/ml')
-rw-r--r--usr/src/uts/i86pc/ml/locore.s6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/uts/i86pc/ml/locore.s b/usr/src/uts/i86pc/ml/locore.s
index b7bd1ba4e4..5aac5e860b 100644
--- a/usr/src/uts/i86pc/ml/locore.s
+++ b/usr/src/uts/i86pc/ml/locore.s
@@ -41,7 +41,6 @@
#include <sys/privregs.h>
#include <sys/psw.h>
#include <sys/reboot.h>
-#include <sys/x86_archext.h>
#include <sys/machparam.h>
#include <sys/segments.h>
@@ -183,11 +182,6 @@
#endif /* __xpv */
/*
- * (We just assert this works by virtue of being here)
- */
- btsl $X86FSET_CPUID, x86_featureset(%rip)
-
- /*
* mlsetup() gets called with a struct regs as argument, while
* main takes no args and should never return.
*/