Page MenuHomeFreeBSD

D30512.diff
No OneTemporary

D30512.diff

diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -495,7 +495,7 @@
intr_restore(saveintr);
}
/* EFIRT needs this to be initialized before we can enter our EFI environment */
-SYSINIT(fpuinitstate, SI_SUB_DRIVERS, SI_ORDER_FIRST, fpuinitstate, NULL);
+SYSINIT(fpuinitstate, SI_SUB_CPU, SI_ORDER_ANY, fpuinitstate, NULL);
/*
* Free coprocessor (if we have it).
diff --git a/sys/i386/i386/npx.c b/sys/i386/i386/npx.c
--- a/sys/i386/i386/npx.c
+++ b/sys/i386/i386/npx.c
@@ -551,7 +551,7 @@
start_emulating();
intr_restore(saveintr);
}
-SYSINIT(npxinitstate, SI_SUB_DRIVERS, SI_ORDER_ANY, npxinitstate, NULL);
+SYSINIT(npxinitstate, SI_SUB_CPU, SI_ORDER_ANY, npxinitstate, NULL);
/*
* Free coprocessor (if we have it).

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 30, 3:32 PM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13166958
Default Alt Text
D30512.diff (802 B)

Event Timeline