Skip to content

Commit 274ca2e

Browse files
lipengfei28anchao
authored andcommitted
arch: arm64: Fix ARM64_CONTEXT_REGS number
This commit fixes the regression in apache#14063 Signed-off-by: lipengfei28 <[email protected]>
1 parent 154cb4a commit 274ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
/* In Armv8-A Architecture, the stack must align with 16 byte */
151151

152-
#define ARM64_CONTEXT_REGS (38)
152+
#define ARM64_CONTEXT_REGS (36)
153153
#define ARM64_CONTEXT_SIZE (8 * ARM64_CONTEXT_REGS)
154154

155155
#ifdef CONFIG_ARCH_FPU

0 commit comments

Comments
 (0)