This commit is contained in:
zhujiale
2024-09-24 09:56:30 +08:00
committed by Rbb666
parent d1865d0d93
commit 45bc5a721f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -16,7 +16,6 @@ struct smp_event
struct smp_call
{
struct rt_spinlock lock;
struct rt_list_node node;
struct smp_event event;
};