mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 22:43:23 +00:00
修改net设备的uevent内容,使之与Linux语义一致
This commit is contained in:
@ -133,7 +133,7 @@ pub extern "sysv64" fn syscall_handler(frame: &mut TrapFrame) {
|
||||
show &= false;
|
||||
}
|
||||
}
|
||||
|
||||
show = false;
|
||||
if show {
|
||||
debug!("[SYS] [Pid: {:?}] [Call: {:?}]", pid, to_print);
|
||||
}
|
||||
|
Reference in New Issue
Block a user