From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 02/10] cpufreq: OMAP: Add SMP support for OMAP4+ Date: Thu, 29 Aug 2013 09:42:19 -0400 Message-ID: <521F4FBB.3080002@ti.com> References: <1316725648-26710-1-git-send-email-khilman@ti.com> <1316725648-26710-3-git-send-email-khilman@ti.com> <521F4E88.1000709@ti.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Viresh Kumar Cc: Kevin Hilman , Russell King , "cpufreq@vger.kernel.org" , Dave Jones , Nishanth Menon , linux-omap@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , Rajendra Nayak On Thursday 29 August 2013 09:39 AM, Viresh Kumar wrote: > On 29 August 2013 19:07, Santosh Shilimkar wrote: >> On Thursday 29 August 2013 06:02 AM, Viresh Kumar wrote: > >>> cpumask_setall(policy->cpus); >>> >> Thats should work I guess. Infact I changed this i downstream kernel >> a while back but forgot to send a patch. Just see if for some reason >> above can break UP machine since this driver is used on UP machines >> as well. Other than that, it should be fine > > Atleast I can't see why it will break on UP machines as that should set > masks to individual CPUs then... > > Okay I will fix that in my longest patchset ever... 230+ patches already :) > WoW !! Looks like you re-wrote most of the CPUFREQ drivers ;-) Regards, Santosh