Skip to content

Commit

Permalink
Merge pull request #488 from betrusted-io/gfx-target
Browse files Browse the repository at this point in the history
Chore: Fix build config issues and clean up warning
  • Loading branch information
bunnie authored Jan 28, 2024
2 parents 7cb07be + 64f8285 commit 795738a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kernel/src/arch/riscv/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ pub fn virt_to_phys(virt: usize) -> Result<usize, xous_kernel::Error> {
Ok((l0_pt.entries[vpn0] >> 10) << 12)
}

#[allow(dead_code)]
pub fn virt_to_phys_pid(_pid: PID, _virt: usize) -> Result<usize, xous_kernel::Error> {
todo!("virt_to_phys_pid is not yet implemented for riscv");
}
Expand Down
2 changes: 1 addition & 1 deletion services/graphics-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ debugprint = []
braille = []
gfx-testing = []
ditherpunk = []
default = ["cramium-soc"]
default = []

0 comments on commit 795738a

Please sign in to comment.