Re: [Xen-devel] [PATCH 2/5] mm: Change boot_scrub_done definition

2017-08-30 Thread Wei Liu
On Tue, Aug 29, 2017 at 01:09:14PM -0400, Boris Ostrovsky wrote: > Rename it to the more appropriate scrub_debug and define as a macro > for !CONFIG_SCRUB_DEBUG. This will allow us to get rid of some > ifdefs (here and in the subsequent patch). > > Signed-off-by: Boris Ostrovsky > Suggested-by: J

[Xen-devel] [PATCH 2/5] mm: Change boot_scrub_done definition

2017-08-29 Thread Boris Ostrovsky
Rename it to the more appropriate scrub_debug and define as a macro for !CONFIG_SCRUB_DEBUG. This will allow us to get rid of some ifdefs (here and in the subsequent patch). Signed-off-by: Boris Ostrovsky Suggested-by: Jan Beulich --- New in v2 xen/common/page_alloc.c | 15 ++- 1 f