arm64: Save/restore FPU state when handling IRQ or syscall
Change-Id: I8b2a36d57f410c0d06ca5ce90d1b997494072c94 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7510 Reviewed-by: waddlesplash <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
Fredrik Holmqvist
parent
b6fd30b0ed
commit
06fae14eb9
@@ -138,6 +138,9 @@ struct iframe {
|
||||
// exception info
|
||||
uint64 esr;
|
||||
uint64 far;
|
||||
|
||||
// fpu
|
||||
struct aarch64_fpu_state fpu;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user