mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 20:46:35 +00:00
Extract TRights into crate jinux_rights
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
3471843793
commit
0c9495b726
@ -138,11 +138,9 @@ mod test {
|
||||
use crate::vm::page_fault_handler::PageFaultHandler;
|
||||
use crate::vm::perms::VmPerms;
|
||||
use crate::vm::vmo::VmoRightsOp;
|
||||
use crate::{
|
||||
rights::Full,
|
||||
vm::{vmar::ROOT_VMAR_HIGHEST_ADDR, vmo::VmoOptions},
|
||||
};
|
||||
use crate::vm::{vmar::ROOT_VMAR_HIGHEST_ADDR, vmo::VmoOptions};
|
||||
use jinux_frame::vm::VmIo;
|
||||
use jinux_rights::Full;
|
||||
|
||||
#[test]
|
||||
fn root_vmar() {
|
||||
|
Reference in New Issue
Block a user