[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Patch 3/4] x86/hpet: Fix ambiguity in broadcast info message.
>>> On 07.10.13 at 15:26, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote: > "$N will be used for broadcast" is ambiguous between "$N timers" or "timer > $N", particuarly when N is 0. Honestly I never considered this to possibly mean the second of the alternatives you present. Jan > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > CC: Keir Fraser <keir@xxxxxxx> > CC: Jan Beulich <JBeulich@xxxxxxxx> > --- > xen/arch/x86/hpet.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/x86/hpet.c b/xen/arch/x86/hpet.c > index 99882b1..091e624 100644 > --- a/xen/arch/x86/hpet.c > +++ b/xen/arch/x86/hpet.c > @@ -430,7 +430,7 @@ static void __init hpet_fsb_cap_lookup(void) > num_hpets_used++; > } > > - printk(XENLOG_INFO "HPET: %u timers (%u will be used for broadcast)\n", > + printk(XENLOG_INFO "HPET: %u timers (%u timers used for broadcast)\n", > num_chs, num_hpets_used); > } > > -- > 1.7.10.4 > > > . _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |