On Fri Mar 20, 2026 at 9:19 PM JST, Alexandre Courbot wrote: > The kernel's `register` macro would clash with nova-core's own version > if it was imported directly, so it was accessed through its `io` module > during the conversion phase. > > Now that nova-core's `register` macro doesn't exist anymore, we can > import and use it directly without risk of name collision. > > Signed-off-by: Alexandre Courbot <[email protected]> > ---
Reviewed-by: Eliot Courtney <[email protected]>
