cvs commit: src/sys/pci agp.c

Gavin Atkinson gavin.atkinson at ury.york.ac.uk
Wed Mar 23 12:03:57 PST 2005


On Wed, 23 Mar 2005, Alan Cox wrote:
> alc         2005-03-23 06:02:29 UTC
>   Modified files:        (Branch: RELENG_5)
>     sys/pci              agp.c
>   Log:
>   MFC revision 1.46
>    Avoid repeated acquisition and release of the vm object lock inside of
>    two loops in agp_generic_bind_memory().  As an intended side-effect, all
>    of the calls to vm_page_wakeup() are now performed with the containing
>    vm object lock held.

Thanks!  This fixes the panics I was seeing.

Gavin


More information about the cvs-src mailing list