Module Name: src Committed By: dyoung Date: Wed May 5 17:42:19 UTC 2010
Modified Files: src/sys/arch/i386/i386: busfunc.S Log Message: Andrew Doran points out that _ALIGN_TEXT is unused, and the processor may be able to "pair or pipeline" instructions if I load the bus_space_tag pointer nearer the top of the functions. Get rid of the _ALIGN_TEXT definition, and load the pointer earlier. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/i386/busfunc.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.