We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffe389 commit bc3a01aCopy full SHA for bc3a01a
arch/arm64/core/vector_table.S
@@ -63,7 +63,7 @@ _ASM_FILE_PROLOGUE
63
stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET]
64
stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET]
65
#ifdef CONFIG_ARM64_SAFE_EXCEPTION_STACK
66
- /* The expection from el1 does not need to save x16, x17, x18 and lr */
+ /* The exception from el1 does not need to save x16, x17, x18 and lr */
67
.if \el == el0
68
#endif
69
stp x16, x17, [sp, ___esf_t_x16_x17_OFFSET]
0 commit comments