Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 8 Mar 2002 20:38:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 8 Mar 2002 20:38:26 -0500 Received: from rwcrmhc51.attbi.com ([204.127.198.38]:6138 "EHLO rwcrmhc51.attbi.com") by vger.kernel.org with ESMTP id ; Fri, 8 Mar 2002 20:38:16 -0500 Message-ID: <3C896773.15325802@didntduck.org> Date: Fri, 08 Mar 2002 20:37:55 -0500 From: Brian Gerst X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.5.6-pre3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Alan Cox CC: Thomas Hood , linux-kernel@vger.kernel.org Subject: Re: PnP BIOS driver status In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox wrote: > > > The current driver is not SMP-safe. It is modifying the GDT descriptors > > outside of the pnp_bios_lock. Also, you can remove the __cli(), as > > spin_lock_irq() already turns off interrupts. > > The GDT descriptors are private to the PNP BIOS and constant values once > set up. No PnPBIOS call is made before the configuration is done. > > Seems ok to me - or am I missing something ? Two user processes calling functions through /proc... -- Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/