Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131803163
D30673.id90521.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
548 B
Referenced Files
None
Subscribers
None
D30673.id90521.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/mm.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/mm.h
+++ sys/compat/linuxkpi/common/include/linux/mm.h
@@ -92,6 +92,9 @@
#define FAULT_FLAG_REMOTE (1 << 7)
#define FAULT_FLAG_INSTRUCTION (1 << 8)
+#define fault_flag_allow_retry_first(flags) \
+ ((flags & FAULT_FLAG_ALLOW_RETRY) && (!(flags & FAULT_FLAG_TRIED)))
+
typedef int (*pte_fn_t)(linux_pte_t *, pgtable_t, unsigned long addr, void *data);
struct vm_area_struct {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 7:15 AM (11 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23613915
Default Alt Text
D30673.id90521.diff (548 B)
Attached To
Mode
D30673: LinuxKPI: add fault_flag_allow_retry_first
Attached
Detach File
Event Timeline
Log In to Comment