mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Print who and on which CPU the kernel panics
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c1fd09fd41
commit
25a918d132
@ -25,6 +25,7 @@ pub mod work_queue;
|
||||
pub type Tid = u32;
|
||||
|
||||
/// A thread is a wrapper on top of task.
|
||||
#[derive(Debug)]
|
||||
pub struct Thread {
|
||||
// immutable part
|
||||
/// Low-level info
|
||||
|
Reference in New Issue
Block a user