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 name of this method is well-named, but a bit long. Also, since the name of the module is interrupts, interrupts::enable_interrupts_and_hlt repeats interrupts. How about enable_and_hlt? We can use this like interrupts::enable_and_hlt.
The text was updated successfully, but these errors were encountered:
The name of this method is well-named, but a bit long. Also, since the name of the module is
interrupts
,interrupts::enable_interrupts_and_hlt
repeatsinterrupts
. How aboutenable_and_hlt
? We can use this likeinterrupts::enable_and_hlt
.The text was updated successfully, but these errors were encountered: