]> xenbits.xensource.com Git - xen.git/commit
x86: fold guest_idle_loop() into idle_loop()
authorJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 13:13:19 +0000 (14:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 13:13:19 +0000 (14:13 +0100)
commit5174e4202e1fdc145a661e6ad1762b9e1acdb27c
treec07e3bea188b83e445e5c31cf1aecd4f91cf3bf6
parentbfc99c310fb156a4f0cacfd17c216207db8044ca
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>
master commit: 058e469ab4d5cc5959423aafd6ba181dfc310a7f
master date: 2020-12-15 13:41:09 +0100
xen/arch/x86/domain.c