r2711 - trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches

Sven Luther luther@costa.debian.org
Mon, 14 Mar 2005 19:38:58 +0100


Author: luther
Date: 2005-03-14 19:38:58 +0100 (Mon, 14 Mar 2005)
New Revision: 2711

Modified:
   trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/powerpc-mv643xx-eth-pegasos.dpatch
Log:
doing the detection in late_initcall so that we already have probed the pci
code ...


Modified: trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/powerpc-mv643xx-eth-pegasos.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/powerpc-mv643xx-eth-pegasos.dpatch	2005-03-14 13:20:53 UTC (rev 2710)
+++ trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/powerpc-mv643xx-eth-pegasos.dpatch	2005-03-14 18:38:58 UTC (rev 2711)
@@ -126,4 +126,4 @@
 +	}
 +	return ret;
 +}
-+arch_initcall(mv643xx_eth_add_pds);
++late_initcall(mv643xx_eth_add_pds);