mirror of
https://github.com/torvalds/linux.git
synced 2026-07-11 15:50:03 +02:00
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> |
||
|---|---|---|
| .. | ||
| 68EZ328 | ||
| 68VZ328 | ||
| 520x | ||
| 523x | ||
| 527x | ||
| 528x | ||
| 532x | ||
| 5206 | ||
| 5206e | ||
| 5249 | ||
| 5272 | ||
| 5307 | ||
| 5407 | ||
| 68328 | ||
| 68360 | ||
| coldfire | ||
| Makefile | ||