mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv:rename data structure intr_ctx
rename intr_ctx to intr_excp_ctx Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -293,7 +293,7 @@ void __assert(uint32_t line, const char *file, char *txt)
|
||||
} while (1);
|
||||
}
|
||||
|
||||
void dump_exception(struct intr_ctx *ctx, uint32_t cpu_id)
|
||||
void dump_exception(struct intr_excp_ctx *ctx, uint32_t cpu_id)
|
||||
{
|
||||
const char *name = "Not defined";
|
||||
static int nested = 1;
|
||||
@@ -340,7 +340,7 @@ void dump_exception(struct intr_ctx *ctx, uint32_t cpu_id)
|
||||
printf("===========================\n");
|
||||
}
|
||||
|
||||
void dump_interrupt(struct intr_ctx *ctx)
|
||||
void dump_interrupt(struct intr_excp_ctx *ctx)
|
||||
{
|
||||
printf("\n\n==========================================");
|
||||
printf("======================================\n=\n");
|
||||
|
||||
Reference in New Issue
Block a user