dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/m68knommu/platform/coldfire
john stultz 355e8e8d1b m68knommu: fix invalid flags on coldfire pit clocksource
The m68knommu coldfire pit clocksource looks like it was incorrectly
marked as a continuous clocksource.  Running with it marked as a
continuous clocksource could cause hangs when the system switches to
highres mode or enables nohz.

This patch removes the CLOCK_SOURCE_IS_CONTINUOUS flag on the coldfire pit
clocksource.  This will disallow systems using this clocksource from
entering oneshot mode (disabling highres timers and nohz).

Signed-off-by: John Stultz <johnstul@us.ibm.com>
Acked-by: Greg Ungerer <gerg@snapgear.com>
Cc: Steven King <sfking@fdwdc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-01-16 12:15:38 -08:00
..
Makefile m68knommu: create a speciailized ColdFire 5272 interrupt controller 2009-09-16 09:43:54 +10:00
clk.c m68knommu: export clk_* symbols in clk.c 2009-12-04 11:45:32 +10:00
dma.c m68knommu: create common DMA table for ColdFire CPUs 2008-02-01 21:00:01 +11:00
dma_timer.c clocksource: pass clocksource to read() callback 2009-04-21 13:41:47 -07:00
entry.S m68knommu: fix rename of pt_regs offset defines breakage 2009-09-30 10:06:07 +10:00
gpio.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
head.S m68knommu: add uboot commandline argument passing support 2009-12-04 11:45:30 +10:00
intc-2.c m68knommu: general interrupt controller for ColdFire many 52xx parts 2009-09-16 09:43:40 +10:00
intc-simr.c m68knommu: mask off all interrupts in ColdFire intc-simr controller 2009-09-16 09:43:48 +10:00
intc.c m68knommu: map ColdFire interrupts to correct masking bits 2009-09-16 09:43:52 +10:00
pinmux.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
pit.c m68knommu: fix invalid flags on coldfire pit clocksource 2010-01-16 12:15:38 -08:00
timers.c m68knommu: clean up old ColdFire timer irq setup 2009-09-16 09:43:53 +10:00
vectors.c m68knommu: use common interrupt controller code for older ColdFire CPU's 2009-09-16 09:43:44 +10:00