PERFORCE change 192715 for review
    John Baldwin 
    jhb at FreeBSD.org
       
    Fri May  6 20:06:14 UTC 2011
    
    
  
http://p4web.freebsd.org/@@192715?ac=10
Change 192715 by jhb at jhb_jhbbsd on 2011/05/06 20:05:18
	Have to reinitialize rle when restarting a memory allocation with
	prefetch disabled.
Affected files ...
.. //depot/projects/pci/sys/dev/pci/pci_domain.c#10 edit
Differences ...
==== //depot/projects/pci/sys/dev/pci/pci_domain.c#10 (text+ko) ====
@@ -210,6 +210,7 @@
 	 */
 	if (flags & RF_PREFETCHABLE) {
 		flags &= ~RF_PREFETCHABLE;
+		rle = resource_list_find(&hr->hr_rl, type, 0);
 		goto restart;
 	}
 	return (NULL);
    
    
More information about the p4-projects
mailing list