mcctrl: use zap_page_range() instead of madvise()

This commit is contained in:
NAKAMURA Gou
2016-02-24 21:14:48 +09:00
parent a713c2fcaa
commit 2601d8a36f
3 changed files with 19 additions and 12 deletions

View File

@@ -202,6 +202,7 @@ AC_DEFUN([MCCTRL_FIND_KSYM],[
MCCTRL_FIND_KSYM([sys_mount])
MCCTRL_FIND_KSYM([sys_unshare])
MCCTRL_FIND_KSYM([zap_page_range])
AC_SUBST(CC)
AC_SUBST(XCC)