mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Move CPU context implementations to a specific module
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fc67adb1f0
commit
f1c7564184
@ -7,7 +7,7 @@ use alloc::{
|
||||
};
|
||||
|
||||
use ostd::{
|
||||
cpu::{cpuid, CpuException, CpuExceptionInfo, RawGeneralRegs, UserContext},
|
||||
cpu::context::{cpuid, CpuException, CpuExceptionInfo, RawGeneralRegs, UserContext},
|
||||
Pod,
|
||||
};
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
use ostd::cpu::{CpuException, CpuExceptionInfo, UserContext};
|
||||
use ostd::cpu::context::{CpuException, CpuExceptionInfo, UserContext};
|
||||
|
||||
use crate::process::signal::{
|
||||
constants::*, sig_num::SigNum, signals::fault::FaultSignal, SignalContext,
|
||||
|
Reference in New Issue
Block a user