mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -04:00
The variable in practice will never be uninitialized, because the loop will always go through at least one iteration. In case it would not, make vcpu_get_cpuid report an assertion failure. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>