mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
HV: Add prefix 'p' before 'cpu' to physical cpu related functions
This patch adds prefix 'p' before 'cpu' to physical cpu related functions. And there is no code logic change. Tracked-On: #2991 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/* hypervisor stack bottom magic('intl') */
|
||||
#define SP_BOTTOM_MAGIC 0x696e746cUL
|
||||
|
||||
void init_primary_cpu(void);
|
||||
void init_secondary_cpu(void);
|
||||
void init_primary_pcpu(void);
|
||||
void init_secondary_pcpu(void);
|
||||
|
||||
#endif /* INIT_H*/
|
||||
|
||||
Reference in New Issue
Block a user