Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110194964
D45609.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D45609.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/highmem.h b/sys/compat/linuxkpi/common/include/linux/highmem.h
--- a/sys/compat/linuxkpi/common/include/linux/highmem.h
+++ b/sys/compat/linuxkpi/common/include/linux/highmem.h
@@ -93,6 +93,12 @@
return (kmap_atomic_prot(page, VM_PROT_ALL));
}
+static inline void *
+kmap_local_page(struct page *page)
+{
+ return (kmap(page));
+}
+
static inline void *
kmap_local_page_prot(struct page *page, pgprot_t prot)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 15, 10:30 PM (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16665817
Default Alt Text
D45609.diff (474 B)
Attached To
Mode
D45609: LinuxKPI: Add kmap_local_page function
Attached
Detach File
Event Timeline
Log In to Comment