mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Move CPU context implementations to a specific module
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fc67adb1f0
commit
f1c7564184
@ -2,7 +2,7 @@
|
||||
|
||||
use core::{num::NonZeroU64, sync::atomic::Ordering};
|
||||
|
||||
use ostd::{cpu::UserContext, sync::RwArc, task::Task, user::UserContextApi};
|
||||
use ostd::{cpu::context::UserContext, sync::RwArc, task::Task, user::UserContextApi};
|
||||
|
||||
use super::{
|
||||
posix_thread::{AsPosixThread, PosixThreadBuilder, ThreadName},
|
||||
|
Reference in New Issue
Block a user