mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv: use int32_t replace int
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -32,9 +32,9 @@ void remove_vcpu_from_runqueue(struct acrn_vcpu *vcpu);
|
||||
void default_idle(void);
|
||||
|
||||
void make_reschedule_request(const struct acrn_vcpu *vcpu);
|
||||
int need_reschedule(uint16_t pcpu_id);
|
||||
int32_t need_reschedule(uint16_t pcpu_id);
|
||||
void make_pcpu_offline(uint16_t pcpu_id);
|
||||
int need_offline(uint16_t pcpu_id);
|
||||
int32_t need_offline(uint16_t pcpu_id);
|
||||
|
||||
void schedule(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user