[parisc-linux-cvs] linux grundler

Grant Grundler grundler@puffin.external.hp.com
Tue, 24 Apr 2001 17:00:41 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	grundler	01/04/24 17:00:41

Modified files:
	arch/parisc/kernel: sba_iommu.c 

Log message:
Fix perf bug in search_bitmap() - thanks to Alex Williams for seeing this.
Code was resetting "res_hint" (starting point for next search) back to the
beginning after every search. It's supposed to (and does now) cycle through
the entire bitmap. Avg search time should be lower now.