Page MenuHomeFreeBSD

D45609.diff
No OneTemporary

D45609.diff

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

Mime Type
text/plain
Expires
Sat, Oct 5, 1:25 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13644540
Default Alt Text
D45609.diff (474 B)

Event Timeline