To be safe, make this module initialize earlier by specifying SI_SUB_CPU
instead of SI_SUB_KLD. Note that we don't believe that there is any consumers of x86bios that would be triggered in the early stage of boot, so this is more or less just a safebelt. Submitted by: swell.k at gmail.com
This commit is contained in:
parent
13c937f899
commit
65553dd979
@ -213,6 +213,6 @@ static moduledata_t x86bios_mod = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
DECLARE_MODULE(x86bios, x86bios_mod, SI_SUB_KLD, SI_ORDER_ANY);
|
||||
DECLARE_MODULE(x86bios, x86bios_mod, SI_SUB_CPU, SI_ORDER_ANY);
|
||||
MODULE_VERSION(x86bios, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user