You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bindgened files needed for doing x86_64 specific configuration (bootparam.rs, mpspec.rs, msr_index.rs) are autogenerated from committ 806276b7f07a39a1cc3f38bb1ef5c573d4594a38 of the linux kernel. That corresponds to 4.11. We should auto generate them from the 4.14 release. Make sure we also add PartialEq as a trait.
The text was updated successfully, but these errors were encountered:
No need for this anymore. Ideally we should try to move away from using autogenerated code since it adds a lot of mess and not a lot of this autogenerated code is actually used.
The bindgened files needed for doing x86_64 specific configuration (
bootparam.rs
,mpspec.rs
,msr_index.rs
) are autogenerated from committ806276b7f07a39a1cc3f38bb1ef5c573d4594a38
of the linux kernel. That corresponds to 4.11. We should auto generate them from the 4.14 release. Make sure we also addPartialEq
as a trait.The text was updated successfully, but these errors were encountered: