clockevents: remove WARN_ON which was used to gather information
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Sep 2008 19:38:57 +0000 (21:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 9 Sep 2008 20:23:27 +0000 (22:23 +0200)
commite75b986af7881ed8d8ccb1ed154045ed17cfebd0
treee21fb369de90f672aa0dc66be823aad13fa75a75
parent4ab6a219113197425ac112e35e1ec8062c69888e
clockevents: remove WARN_ON which was used to gather information

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>
kernel/time/tick-oneshot.c