mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
HV: Remove INIT signal notification related code
We don't use INIT signal notification method now. This patch removes them. Tracked-On: #3886 Acked-by: Eddie Dong <eddie.dong@intel.com> Signed-off-by: Kaige Fu <kaige.fu@intel.com>
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
|
||||
#define NEED_RESCHEDULE (1U)
|
||||
|
||||
#define DEL_MODE_INIT (1U)
|
||||
#define DEL_MODE_NMI (1U)
|
||||
#define DEL_MODE_IPI (2U)
|
||||
#define DEL_MODE_NMI (3U)
|
||||
|
||||
#define THREAD_DATA_SIZE (256U)
|
||||
|
||||
@@ -25,7 +24,6 @@ enum thread_object_state {
|
||||
};
|
||||
|
||||
enum sched_notify_mode {
|
||||
SCHED_NOTIFY_INIT,
|
||||
SCHED_NOTIFY_NMI,
|
||||
SCHED_NOTIFY_IPI
|
||||
};
|
||||
|
Reference in New Issue
Block a user