mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
hv: use uint32_t replace "unsigned 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:
@@ -560,7 +560,7 @@ static void profiling_handle_msrops(void)
|
||||
/*
|
||||
* Interrupt handler for performance monitoring interrupts
|
||||
*/
|
||||
static void profiling_pmi_handler(unsigned int irq, __unused void *data)
|
||||
static void profiling_pmi_handler(uint32_t irq, __unused void *data)
|
||||
{
|
||||
uint64_t perf_ovf_status;
|
||||
uint32_t lvt_perf_ctr;
|
||||
|
||||
Reference in New Issue
Block a user