mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
HV: coding style cleanup for TRACE_2L & TRACE_4I usage
to align the data type of parameters Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -62,7 +62,7 @@ void vcpu_thread(struct vcpu *vcpu)
|
||||
per_cpu(vmexit_time, vcpu->pcpu_id)[basic_exit_reason]
|
||||
+= (vmexit_end - vmexit_begin);
|
||||
}
|
||||
TRACE_2L(TRACE_VM_ENTER, 0, 0);
|
||||
TRACE_2L(TRACE_VM_ENTER, 0UL, 0UL);
|
||||
|
||||
/* Restore guest TSC_AUX */
|
||||
if (vcpu->launched) {
|
||||
|
Reference in New Issue
Block a user