From: Thomas Gleixner Date: Fri, 26 Jun 2015 20:08:38 +0000 (+0200) Subject: timer: Fix hotplug regression X-Git-Tag: omap-for-v4.3/legacy-v2-signed~83^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24bfcb100959c8641a627b5604d967243f8f240c;p=pandora-kernel.git timer: Fix hotplug regression The recent timer wheel rework removed the get/put_cpu_var() pair in the hotplug migration code, which results in: BUG: using smp_processor_id() in preemptible [00000000] code: hib.sh/2845 ... [] timer_cpu_notify+0x53/0x12 That hunk is a leftover from an earlier iteration and went unnoticed so far. Restore the previous code which was obviously correct. Fixes: 0eeda71bc30d 'timer: Replace timer base by a cpu index' Reported-and_tested-by: Borislav Petkov Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed