Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148037311
D34441.1785182744.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
645 B
Referenced Files
None
Subscribers
None
D34441.1785182744.diff
View Options
Index: sys/amd64/amd64/machdep.c
===================================================================
--- sys/amd64/amd64/machdep.c
+++ sys/amd64/amd64/machdep.c
@@ -1447,6 +1447,8 @@
r_idt.rd_base = (long) idt;
lidt(&r_idt);
+ finishidentcpu(); /* Final stage of CPU initialization */
+
/*
* Initialize the clock before the console so that console
* initialization can use DELAY().
@@ -1479,7 +1481,6 @@
TUNABLE_INT_FETCH("machdep.mitigations.rndgs.enable",
&x86_rngds_mitg_enable);
- finishidentcpu(); /* Final stage of CPU initialization */
initializecpu(); /* Initialize CPU registers */
amd64_bsp_ist_init(pc);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 27, 8:05 PM (7 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29281285
Default Alt Text
D34441.1785182744.diff (645 B)
Attached To
Mode
D34441: amd64: Call clock_init() after finishidentcpu()
Attached
Detach File
Event Timeline
Log In to Comment