From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750716AbWGWEJX (ORCPT ); Sun, 23 Jul 2006 00:09:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750765AbWGWEJX (ORCPT ); Sun, 23 Jul 2006 00:09:23 -0400 Received: from [216.208.38.107] ([216.208.38.107]:7050 "EHLO OTTLS.pngxnet.com") by vger.kernel.org with ESMTP id S1750716AbWGWEJX (ORCPT ); Sun, 23 Jul 2006 00:09:23 -0400 Subject: Re: remove cpu hotplug bustification in cpufreq. From: Arjan van de Ven To: Linus Torvalds Cc: Ashok Raj , linux-kernel@vger.kernel.org, davej@redhat.com, Andrew Morton In-Reply-To: References: <20060722194018.GA28924@redhat.com> <20060722180602.ac0d36f5.akpm@osdl.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 23 Jul 2006 06:09:14 +0200 Message-Id: <1153627754.7359.17.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2006-07-22 at 18:15 -0700, Linus Torvalds wrote: > > On Sat, 22 Jul 2006, Andrew Morton wrote: > > > > It was just wrong in conception. We should not and probably cannot fix it. > > Let's just delete it all, then implement version 2. > > Well, I just got Ashok's trial patches which turns the thing into a rwsem > as I outlined earlier. with rwsems being 100% fair... how is that going to make a difference? Other than just making the deadlock harder to trigger because the writer needs to come in just at the right time...