mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 20:03:22 +00:00
Support RISC-V ISA extension detection
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0ddc1bb2d2
commit
bd24ed9ba7
@ -3,8 +3,11 @@
|
||||
//! CPU context & state control and CPU local memory.
|
||||
|
||||
pub mod context;
|
||||
pub mod extension;
|
||||
pub mod local;
|
||||
|
||||
pub use extension::{has_extensions, IsaExtensions};
|
||||
|
||||
/// Halts the CPU.
|
||||
///
|
||||
/// This function halts the CPU until the next interrupt is received. By
|
||||
|
Reference in New Issue
Block a user