Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2011 20:06:13 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192715 for review
Message-ID:  <201105062006.p46K6DRT077815@skunkworks.freebsd.org>

index | next in thread | raw e-mail

http://p4web.freebsd.org/@@192715?ac=10

Change 192715 by jhb@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);


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105062006.p46K6DRT077815>