Re: [PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Alexandre Belloni
On 20/03/2014 at 17:34:09 +0100, Boris BREZILLON wrote : > Le 20/03/2014 17:14, Alexandre Belloni a écrit : > >If the mck rate is zero, we'll hit the following warning: > > > >WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 > >at91sam926x_pit_init+0x13c/0x260() > > > >But the

Re: [PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Boris BREZILLON
Le 20/03/2014 17:14, Alexandre Belloni a écrit : If the mck rate is zero, we'll hit the following warning: WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 at91sam926x_pit_init+0x13c/0x260() But the kernel will continue to try booting and face a lot of divisions by zero

[PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Alexandre Belloni
If the mck rate is zero, we'll hit the following warning: WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 at91sam926x_pit_init+0x13c/0x260() But the kernel will continue to try booting and face a lot of divisions by zero when trying to handle the various clocks.

[PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Alexandre Belloni
If the mck rate is zero, we'll hit the following warning: WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 at91sam926x_pit_init+0x13c/0x260() But the kernel will continue to try booting and face a lot of divisions by zero when trying to handle the various clocks.

Re: [PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Boris BREZILLON
Le 20/03/2014 17:14, Alexandre Belloni a écrit : If the mck rate is zero, we'll hit the following warning: WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 at91sam926x_pit_init+0x13c/0x260() But the kernel will continue to try booting and face a lot of divisions by zero

Re: [PATCH] ARM: at91: panic when the mck rate is zero

2014-03-20 Thread Alexandre Belloni
On 20/03/2014 at 17:34:09 +0100, Boris BREZILLON wrote : Le 20/03/2014 17:14, Alexandre Belloni a écrit : If the mck rate is zero, we'll hit the following warning: WARNING: CPU: 0 PID: 0 at arch/arm/mach-at91/at91sam926x_time.c:257 at91sam926x_pit_init+0x13c/0x260() But the kernel will