mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-02 09:25:17 +00:00
hv: rename 'interrupt_init' to 'init_interrupt'
This patch renames 'interrupt_init' to 'init_interrupt'. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -484,7 +484,7 @@ related operations.
|
||||
void dispatch_interrupt(struct intr_excp_ctx *ctx)
|
||||
/* To dispatch an interrupt, an action callback will be called if registered. */
|
||||
|
||||
void interrupt_init(uint16_t pcpu_id)
|
||||
void init_interrupt(uint16_t pcpu_id)
|
||||
/* To do interrupt initialization for a cpu, will be called for
|
||||
* each physical cpu.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user