]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: drop in_callback variable
authorJuergen Gross <jgross@suse.com>
Wed, 13 Dec 2023 09:49:54 +0000 (10:49 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 13 Dec 2023 09:49:54 +0000 (10:49 +0100)
commit3c637a6af245cb2802cd8ec92c918b48cd391fd3
tree219bfc34700c986a0df58a371e92c3606bd07d30
parentfbf15891cc38eb493c81b02964ba8c48f7ff6f63
Mini-OS: drop in_callback variable

Now that do_hypervisor_callback() is always called with interrupts off
the in_callback variable meant to handle recursive calls of
do_hypervisor_callback() can be dropped.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
hypervisor.c
include/hypervisor.h
sched.c