From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 14 Jun 2011 08:14:55 +0200 Subject: [PATCH] ARM: smp_twd: Reconfigure clockevents after cpufreq change In-Reply-To: <4DF6FBBA.7010309@ti.com> References: <1306919711-30965-1-git-send-email-linus.walleij@stericsson.com> <4DF6FBBA.7010309@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2011/6/14 Santosh Shilimkar : > That should be taken care by > "smp_call_function_single(freqs->cpu, )" with notifier > being called with all the available CPU's in the mask. Ah! I see now. > Did you see any issue with this patch on your platform ? No, I don't think so, I think we saw the problem on an earlier version that didn't use smp_call_function_single(). Thanks, Linus Walleij