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:
Jason Chen CJ
2018-04-11 09:46:41 +08:00
committed by Jack Ren
parent 96f7ff3be1
commit b7d57a946b
3 changed files with 5 additions and 5 deletions

View File

@@ -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);