Date: Sat, 17 Jun 2017 22:52:23 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320063 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <201706172252.v5HMqN07003410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706172252.v5HMqN07003410>