On Fri, Oct 17, 2025 at 1:11 AM Danilo Krummrich <[email protected]> wrote: > > Since nova-core depends on CONFIG_64BIT, I think we want a helper function > that > converts usize to u64 infallibly. > > This helper function can simply generate a compile time error, when > !CONFIG_64BIT, etc. > > We can do this locally in nova-core, but it could also find it's place in the > generic infrastructure. nova-core clearly won't be the last driver running > into > this inconvinience.
Indeed. Cheers, Miguel
