Re: PnP BIOS driver status

Brian Gerst (bgerst@didntduck.org)
Fri, 08 Mar 2002 20:37:55 -0500


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/