Thanks guys, I folded this patch into the eth.patch which will be in the next branch push to kernel.org.
Jason. On 05/25/2010 03:07 PM, Mike Frysinger wrote: > From: Sonic Zhang <[email protected]> > > If we try to enable KGDBOE but NET_POLL_CONTROLLER is disabled, we hit: > net/core/netpoll.c: In function 'netpoll_poll': > net/core/netpoll.c:184: error: 'const struct net_device_ops' has no member > named 'ndo_poll_controller' > net/core/netpoll.c:188: error: 'const struct net_device_ops' has no member > named 'ndo_poll_controller' > net/core/netpoll.c: In function 'netpoll_setup': > net/core/netpoll.c:707: error: 'const struct net_device_ops' has no member > named 'ndo_poll_controller' > make[2]: *** [net/core/netpoll.o] Error 1 > > Signed-off-by: Sonic Zhang <[email protected]> > Signed-off-by: Mike Frysinger <[email protected]> > --- > lib/Kconfig.kgdb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb > index fe5010b..1d9909e 100644 > --- a/lib/Kconfig.kgdb > +++ b/lib/Kconfig.kgdb > @@ -32,6 +32,7 @@ config KGDBOE > depends on KGDB > select NETPOLL > select NETPOLL_TRAP > + select NET_POLL_CONTROLLER > help > Uses the NETPOLL API to communicate with the host GDB via UDP. > In order for this to work, the ethernet interface specified must > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
