common/page_alloc: Drop BOOT_BUG_ON()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 8 Aug 2017 10:47:07 +0000 (11:47 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 9 Aug 2017 10:23:16 +0000 (11:23 +0100)
commit806e07eecfe3c06811beeac655396e54b1d9fcb5
tree968fcc01c5579e8d0b62a944fa511a4e08ebc5bf
parentdd050808ccc23f0a11d5596409f4245b9406a242
common/page_alloc: Drop BOOT_BUG_ON()

Regular BUG_ON()'s work fine by this point on all architectures, so drop the
custom infrastructure.  Substitute BUG_ON(1) for BUG().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/common/page_alloc.c