Home
last modified time | relevance | path

Searched hist:"97 c7de05" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dnetconsole.c97c7de05 Tue Sep 20 14:45:07 CDT 2011 Lin Ming <ming.m.lin@intel.com> netconsole: switch init_netconsole() to late_initcall

Commit 88491d8(drivers/net: Kconfig & Makefile cleanup) causes a
regression that netconsole does not work if netconsole and network
device driver are build into kernel, because netconsole is linked
before network device driver.

Andrew Morton suggested to fix this with initcall ordering.
Fixes it by switching init_netconsole() to late_initcall.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
97c7de05 Tue Sep 20 14:45:07 CDT 2011 Lin Ming <ming.m.lin@intel.com> netconsole: switch init_netconsole() to late_initcall

Commit 88491d8(drivers/net: Kconfig & Makefile cleanup) causes a
regression that netconsole does not work if netconsole and network
device driver are build into kernel, because netconsole is linked
before network device driver.

Andrew Morton suggested to fix this with initcall ordering.
Fixes it by switching init_netconsole() to late_initcall.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>