x86: fold guest_idle_loop() into idle_loop()
authorJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 12:41:09 +0000 (13:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 12:41:09 +0000 (13:41 +0100)
commit058e469ab4d5cc5959423aafd6ba181dfc310a7f
treefca58de7ca5865ddf4904243e572281eb5166e03
parente3df3fbc448b9ae401332ba7d71c190d2efe3ae8
x86: fold guest_idle_loop() into idle_loop()

The latter can easily be made cover both cases. This is in preparation
of using idle_loop directly for populating idle_csw.tail.

Take the liberty and also adjust indentation / spacing in involved code.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
xen/arch/x86/domain.c