contigmem: update for FreeBSD 13
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 3 Jan 2020 11:52:43 +0000 (11:52 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 16:53:42 +0000 (17:53 +0100)
commit03bff90ccfd6ad347f1e50901caf47890872ca28
tree1c28c6e5d34549e41c263e3f03c1e688bfd2f9c2
parent9ed3385f7111d8e30d78f013f41294f603e7f2bd
contigmem: update for FreeBSD 13

FreeBSD 13 has changed the definition of vm_page_replace so we need
to have slightly different code paths around this function depending on
the BSD version.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
kernel/freebsd/contigmem/contigmem.c