From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752926Ab0JSTiJ (ORCPT ); Tue, 19 Oct 2010 15:38:09 -0400 Received: from kroah.org ([198.145.64.141]:40830 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751825Ab0JSTiH (ORCPT ); Tue, 19 Oct 2010 15:38:07 -0400 Date: Tue, 19 Oct 2010 12:37:35 -0700 From: Greg KH To: Valdis.Kletnieks@vt.edu Cc: Dave Airlie , Arnd Bergmann , codalist@telemann.coda.cs.cmu.edu, ksummit-2010-discuss@lists.linux-foundation.org, autofs@linux.kernel.org, Jan Harkes , Samuel Ortiz , Jan Kara , Arnaldo Carvalho de Melo , netdev@vger.kernel.org, Anders Larsen , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Bryan Schumaker , Christoph Hellwig , Petr Vandrovec , Mikulas Patocka , linux-fsdevel@vger.kernel.org, Evgeniy Dushistov , Ingo Molnar , Andrew Hendry , linux-media@vger.kernel.org Subject: Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do Message-ID: <20101019193735.GA4043@kroah.com> References: <201009161632.59210.arnd@arndb.de> <201010181742.06678.arnd@arndb.de> <20101018184346.GD27089@kroah.com> <20101019004004.GB28380@kroah.com> <21406.1287512693@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21406.1287512693@localhost> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 19, 2010 at 02:24:53PM -0400, Valdis.Kletnieks@vt.edu wrote: > On Mon, 18 Oct 2010 17:40:04 PDT, Greg KH said: > > > I do have access to this hardware, but its on an old single processor > > laptop, so any work that it would take to help do this development, > > really wouldn't be able to be tested to be valid at all. > > The i810 is a graphics chipset embedded on the memory controller, which > was designed for the Intel Pentium II, Pentium III, and Celeron CPUs. Page 8 > of the datasheet specifically says: > > Processor/Host Bus Support > - Optimized for the Intel Pentium II processor, Intel Pentium III processor, and Intel > CeleronTM processor > - Supports processor 370-Pin Socket and SC242 > connectors > - Supports 32-Bit System Bus Addressing > - 4 deep in-order queue; 4 or 1 deep request queue > - Supports Uni-processor systems only > > So no need to clean it up for multiprocessor support. > > http://download.intel.com/design/chipsets/datashts/29067602.pdf > http://www.intel.com/design/chipsets/specupdt/29069403.pdf Great, we can just drop all calls to lock_kernel() and the like in the driver and be done with it, right? thanks, greg k-h