kernel/arm: check for access flag fault in page fault handler
Change-Id: Icc782a692e5dcd861958ffea934386b4d4e569c7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6428 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
bbb4db9276
commit
c13766fc00
@@ -28,6 +28,7 @@
|
||||
#define FSR_LPAE 0x200
|
||||
|
||||
#define FSR_FS_ALIGNMENT_FAULT 0x01
|
||||
#define FSR_FS_ACCESS_FLAG_FAULT 0x06
|
||||
#define FSR_FS_PERMISSION_FAULT_L1 0x0d
|
||||
#define FSR_FS_PERMISSION_FAULT_L2 0x0f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user