From: Jacob Pan Date: Wed, 3 Mar 2010 05:01:34 +0000 (-0800) Subject: x86, mrst: Fix APB timer per cpu clockevent X-Git-Tag: v2.6.34-rc1~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3010673ef5f7bef4b4685566a0713de1b4306c93;p=pandora-kernel.git x86, mrst: Fix APB timer per cpu clockevent The current APB timer code incorrectly registers a static copy of the clockevent device for the boot CPU. The per cpu clockevent should be used instead. This bug was hidden by zero-initialized data; as such it did not get exposed in testing, but was discovered by code review. Signed-off-by: Jacob Pan LKML-Reference: <1267592494-7723-1-git-send-email-jacob.jun.pan@linux.intel.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed