https://github.com/torvalds/linux
Revision 61c22c34c6f80a8e89cff5ff717627c54cc14fd4 authored by Thomas Gleixner on 09 September 2008, 19:38:57 UTC, committed by Thomas Gleixner on 09 September 2008, 20:20:01 UTC
The issue of the endless reprogramming loop due to a too small
min_delta_ns was fixed with the previous updates of the clock events
code, but we had no information about the spread of this problem. I
added a WARN_ON to get automated information via kerneloops.org and to
get some direct reports, which allowed me to analyse the affected
machines.

The WARN_ON has served its purpose and would be annoying for a release
kernel. Remove it and just keep the information about the increase of
the min_delta_ns value.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 82a28c7
History
Tip revision: 61c22c34c6f80a8e89cff5ff717627c54cc14fd4 authored by Thomas Gleixner on 09 September 2008, 19:38:57 UTC
clockevents: remove WARN_ON which was used to gather information
Tip revision: 61c22c3
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.8 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top