mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
cpu: change cpu_halt name to cpu_dead
cpu_halt actually mean cpu dead in current code, so change it with more clear name. Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Tian, Kevin <kevin.tian@intel.com>
This commit is contained in:
@@ -250,7 +250,7 @@ extern struct cpuinfo_x86 boot_cpu_data;
|
||||
#define MAX_PSTATE 20
|
||||
|
||||
/* Function prototypes */
|
||||
void cpu_halt(uint32_t logical_id);
|
||||
void cpu_dead(uint32_t logical_id);
|
||||
uint64_t cpu_cycles_per_second(void);
|
||||
uint64_t tsc_cycles_in_period(uint16_t timer_period_in_us);
|
||||
void cpu_secondary_reset(void);
|
||||
|
Reference in New Issue
Block a user