Skip to content

Commit

Permalink
Fixes clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Jan 12, 2025
1 parent 1cdd140 commit afb2a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/src/uma/keg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ impl UmaKeg {
if (size.get() + (min.size() - off)) > (PAGE_SIZE.get() - min.size()) {
todo!()
} else {
// TODO: Set uk_ppera, uk_ipers and uk_rsize.
if !flags.has(UmaFlags::Internal) {
flags |= UmaFlags::Offpage;

Expand Down

0 comments on commit afb2a98

Please sign in to comment.