summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0/defs_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ring0/defs_arm64.go')
-rw-r--r--pkg/ring0/defs_arm64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ring0/defs_arm64.go b/pkg/ring0/defs_arm64.go
index dcb255fc8..4b2375b71 100644
--- a/pkg/ring0/defs_arm64.go
+++ b/pkg/ring0/defs_arm64.go
@@ -38,7 +38,7 @@ type KernelArchState struct {
// CPUArchState contains CPU-specific arch state.
type CPUArchState struct {
// stack is the stack used for interrupts on this CPU.
- stack [512]byte
+ stack [128]byte
// errorCode is the error code from the last exception.
errorCode uintptr