[Qemu-devel] [PATCH v2 6/6] arm: Remove incorrect comment in arm_timer

2012-01-11 Thread Mark Langsdorf
The current comment says that the arm_timers are restricted to between 32 KHz and 1 MHz, but sp804 TRM does not specify those limits. Signed-off-by: Mark Langsdorf --- Changes from v1 Clarified the commit message hw/arm_timer.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-

Re: [Qemu-devel] [PATCH v2 6/6] arm: Remove incorrect comment in arm_timer

2012-01-10 Thread Andreas Färber
Am 10.01.2012 17:45, schrieb Mark Langsdorf: > The current comment says that the arm_timers are restricted to between > 32 KHz and 1 MHz, but sp804 TRM does not specify those limits. > > Signed-off-by: Mark Langsdorf Reviewed-by: Andreas Färber Thanks, Andreas > --- > Changes from v1 >

Re: [Qemu-devel] [PATCH v2 6/6] arm: Remove incorrect comment in arm_timer

2012-01-10 Thread Peter Maydell
On 10 January 2012 16:45, Mark Langsdorf wrote: > The current comment says that the arm_timers are restricted to between > 32 KHz and 1 MHz, but sp804 TRM does not specify those limits. > > Signed-off-by: Mark Langsdorf Reviewed-by: Peter Maydell