mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
ANDROID: KVM: arm64: Export nvhe_hyp_panic_handler
Make nvhe_hyp_panic_handler available to the kernel modules. This is required to simulate the hypervisor panic for debug trace verification. Bug: 210011561 Change-Id: I2618cc75db747df8183d76199b69d6e90a62b1d1 Signed-off-by: Sebastian Ene <sebastianene@google.com>
This commit is contained in:
@@ -349,3 +349,4 @@ void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr,
|
||||
panic("HYP panic:\nPS:%08llx PC:%016llx ESR:%08llx\nFAR:%016llx HPFAR:%016llx PAR:%016llx\nVCPU:%016lx\n",
|
||||
spsr, elr_virt, esr, far, hpfar, par, vcpu);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(nvhe_hyp_panic_handler);
|
||||
|
||||
Reference in New Issue
Block a user