From: Thomas Gleixner Date: Sat, 4 Oct 2008 08:51:07 +0000 (+0200) Subject: clockevents: check broadcast tick device not the clock events device X-Git-Tag: v2.6.27-rc9~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07454bfff151d2465ada809bbaddf3548cc1097c;p=pandora-kernel.git clockevents: check broadcast tick device not the clock events device Impact: jiffies increment too fast. Hugh Dickins noted that with NOHZ=n and HIGHRES=n jiffies get incremented too fast. The reason is a wrong check in the broadcast enter/exit code, which keeps the local apic timer in periodic mode when the switch happens. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed