fix: resolve all compile errors and clippy warnings
Fix type mismatch errors in gic.rs (u32/u64 arithmetic), ?-operator
misuse in mmu.rs (map_page return type Bool→Option), static_mut_refs
errors in smp.rs and mmu.rs, and all pedantic clippy warnings across
gic, mmu, smp, frame, vma, runqueue, task, thread, and virtio drivers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: resolve all compile errors and clippy warnings
Fix type mismatch errors in gic.rs (u32/u64 arithmetic), ?-operator
misuse in mmu.rs (map_page return type Bool→Option), static_mut_refs
errors in smp.rs and mmu.rs, and all pedantic clippy warnings across
gic, mmu, smp, frame, vma, runqueue, task, thread, and virtio drivers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: resolve all compile errors and clippy warnings
Fix type mismatch errors in gic.rs (u32/u64 arithmetic), ?-operator
misuse in mmu.rs (map_page return type Bool→Option), static_mut_refs
errors in smp.rs and mmu.rs, and all pedantic clippy warnings across
gic, mmu, smp, frame, vma, runqueue, task, thread, and virtio drivers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>