mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 13:48:29 +00:00
exception.c: print MPIDR with IRQs
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
7fc52bc799
commit
cb7e7f7918
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void exc_irq(u64 *regs)
|
|||
|
||||
u32 reason = read32(0x23b102004);
|
||||
|
||||
printf(" type: %d num: %d\n", reason >> 16, reason & 0xffff);
|
||||
printf(" type: %d num: %d mpidr: %x\n", reason >> 16, reason & 0xffff, mrs(MPIDR_EL1));
|
||||
|
||||
#ifdef DEBUG_UART_IRQS
|
||||
printf(" UCON: 0x%x\n", ucon);
|
||||
|
|
Loading…
Add table
Reference in a new issue