Author: markj
Date: Sat Jun 17 22:52:23 2017
New Revision: 320063
URL: https://svnweb.freebsd.org/changeset/base/320063
Log:
Remove prototypes for unimplemented LinuxKPI functions.
MFC after: 1 week
Modified:
head/sys/compat/linuxkpi/common/include/linux/mm.h
Modified: head/sys/compat/linuxkpi/common/include/linux/mm.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/mm.h Sat Jun 17 22:24:19
2017 (r320062)
+++ head/sys/compat/linuxkpi/common/include/linux/mm.h Sat Jun 17 22:52:23
2017 (r320063)
@@ -257,16 +257,6 @@ vm_get_page_prot(unsigned long vm_flags)
return (vm_flags & VM_PROT_ALL);
}
-extern int vm_insert_mixed(struct vm_area_struct *, unsigned long addr, pfn_t
pfn);
-
-extern int
-vm_insert_pfn(struct vm_area_struct *, unsigned long addr,
- unsigned long pfn);
-
-extern int
-vm_insert_pfn_prot(struct vm_area_struct *, unsigned long addr,
- unsigned long pfn, pgprot_t pgprot);
-
static inline vm_page_t
vmalloc_to_page(const void *addr)
{
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"