"$N will be used for broadcast" is ambiguous between "$N timers" or "timer
$N", particuarly when N is 0.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
num_hpets_used++;
}
- printk(XENLOG_INFO "HPET: %u timers (%u will be used for broadcast)\n",
- num_chs, num_hpets_used);
+ printk(XENLOG_INFO "HPET: %u timers usable for broadcast (%u total)\n",
+ num_hpets_used, num_chs);
}
static struct hpet_event_channel *hpet_get_channel(unsigned int cpu)