From: Lukas Bulwahn Date: Wed, 10 Aug 2022 05:07:10 +0000 (+0200) Subject: xen: remove XEN_SCRUB_PAGES in xen.config X-Git-Tag: baikal/mips/sdk6.1~5017^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=d736d4ff4e2fdc476e8b56755b1fd2ab1b6bd222;p=kernel.git xen: remove XEN_SCRUB_PAGES in xen.config Commit 47a3b54335aa ("xen/balloon: add runtime control for scrubbing ballooned out pages") changed config XEN_SCRUB_PAGES to config XEN_SCRUB_PAGES_DEFAULT. As xen.config sets 'XEN_BALLOON=y' and XEN_SCRUB_PAGES_DEFAULT defaults to yes, there is no further need to set this config in the xen.config file. Remove setting XEN_SCRUB_PAGES in xen.config, which is without effect since the commit above anyway. Signed-off-by: Lukas Bulwahn Reviewed-by: Juergen Gross Link: https://lore.kernel.org/r/20220810050712.9539-3-lukas.bulwahn@gmail.com Signed-off-by: Juergen Gross --- diff --git a/kernel/configs/xen.config b/kernel/configs/xen.config index ff756221f1127..436f806aa1ed0 100644 --- a/kernel/configs/xen.config +++ b/kernel/configs/xen.config @@ -34,7 +34,6 @@ CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m CONFIG_XEN_SCSI_FRONTEND=m # others CONFIG_XEN_BALLOON=y -CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_DEV_EVTCHN=m CONFIG_XEN_BLKDEV_FRONTEND=m CONFIG_XEN_NETDEV_FRONTEND=m