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
AcpiPlatform, which contains FixedRegisters, is marked as Sync. So is it safe to also mark FixedRegisters as safe? My use case is storing a Arc<FixedRegisters> in a global variable.
AcpiPlatform, which contains FixedRegisters, is marked as
Sync. So is it safe to also mark FixedRegisters as safe? My use case is storing aArc<FixedRegisters>in a global variable.