arm64: Fix TLB flushing in interrupts to handle kernel vs user space
Change-Id: Id19236345cf05284c8c5f02360a4a2b3f22fd16d Reviewed-on: https://review.haiku-os.org/c/haiku/+/8365 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
556aca31e9
commit
1fa60a5cda
@@ -9,4 +9,6 @@
|
||||
#define PAGE_SHIFT 12
|
||||
|
||||
|
||||
bool flush_va_if_accessed(uint64_t pte, addr_t va, int asid);
|
||||
|
||||
#endif /* _KERNEL_ARCH_ARM64_ARCH_VM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user