>>> On 07.09.18 at 17:31, <marma...@invisiblethingslab.com> wrote: > --- a/drivers/xen/mem-reservation.c > +++ b/drivers/xen/mem-reservation.c > @@ -14,6 +14,14 @@ > > #include <xen/interface/memory.h> > #include <xen/mem-reservation.h> > +#include <linux/moduleparam.h> > + > +#ifdef CONFIG_XEN_SCRUB_PAGES_DEFAULT > +bool __read_mostly xen_scrub_pages = true; > +#else > +bool __read_mostly xen_scrub_pages = false; > +#endif
Use IS_ENABLED() here instead of the #ifdef? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel