On 07/07/11 18:16, Michael S. Tsirkin wrote:
On Tue, Jul 05, 2011 at 05:27:01PM +0200, Gerd Hoffmann wrote:
This patch actually enables the two-pass pci initialization and deactivates the old pci initialization bits.
Signed-off-by: Gerd Hoffmannkraxel@redhat.com
Do people really want to keep old code ifdef'd in this way?
Patch #3 kills it ...
The reason I did it this way is to ease trouble-shooting in case problems show up. One patch adding the new code, but make it print stuff only. One patch which activates the new code, but leaves the old there, one patch which removes the obsolete bits.
cheers, Gerd