git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7160c7
)
x86: HPET: convert WARN_ON to WARN_ON_ONCE
author
Matt Fleming
<mjf@gentoo.org>
Sun, 2 Nov 2008 16:04:18 +0000
(16:04 +0000)
committer
Thomas Gleixner
<tglx@apollo.(none)>
Mon, 10 Nov 2008 16:38:07 +0000
(17:38 +0100)
It is possible to flood the console with call traces if the WARN_ON
condition is true because of the frequency with which this function is
called.
Signed-off-by: Matt Fleming <mjf@gentoo.org>
Cc: mingo@elte.hu
Cc: venkatesh.pallipadi@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found