Skip to content

Commit 729a916

Browse files
Kuan-Ying Leewilldeacon
authored andcommitted
arm64: Fix comment typo
Replace wrong 'FIQ EL1h' comment with 'FIQ EL1t'. Signed-off-by: Kuan-Ying Lee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 0b52f76 commit 729a916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/entry.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ tsk .req x28 // current thread_info
502502
SYM_CODE_START(vectors)
503503
kernel_ventry 1, t, 64, sync // Synchronous EL1t
504504
kernel_ventry 1, t, 64, irq // IRQ EL1t
505-
kernel_ventry 1, t, 64, fiq // FIQ EL1h
505+
kernel_ventry 1, t, 64, fiq // FIQ EL1t
506506
kernel_ventry 1, t, 64, error // Error EL1t
507507

508508
kernel_ventry 1, h, 64, sync // Synchronous EL1h

0 commit comments

Comments
 (0)