mm: change boot_scrub_done definition
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 1 Sep 2017 09:05:45 +0000 (11:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Sep 2017 09:05:45 +0000 (11:05 +0200)
commit845a7c89687a10fc2427ab078d7d13403662bcf7
tree195937eea36c16decfa10c831c3b613fd3aad3f5
parenteb065bb23aa9891da65d335bb318a0336431a87a
mm: change boot_scrub_done definition

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).

Suggested-by: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
xen/common/page_alloc.c