From: Thomas Gleixner Date: Mon, 3 Feb 2014 22:34:31 +0000 (-0800) Subject: clockevents: Serialize calls to clockevents_update_freq() in the core X-Git-Tag: v3.15-rc1~123^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627ee7947e2e83ba565c31c5c9373d6e364b1ecd;p=pandora-kernel.git clockevents: Serialize calls to clockevents_update_freq() in the core We can identify the broadcast device in the core and serialize all callers including interrupts on a different CPU against the update. Also, disabling interrupts is moved into the core allowing callers to leave interrutps enabled when calling clockevents_update_freq(). Signed-off-by: Soren Brinkmann Cc: linux-arm-kernel@lists.infradead.org Cc: Soeren Brinkmann Cc: Daniel Lezcano Cc: Michal Simek Link: http://lkml.kernel.org/r/1391466877-28908-2-git-send-email-soren.brinkmann@xilinx.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed