Re: [PATCH 08/11] netpoll: NETPOLL_TRAP configuration change

2007-11-19 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Sat, 03 Nov 2007 11:43:22 -0700 > --- a/drivers/net/Kconfig 2007-11-03 11:30:57.0 -0700 > +++ b/drivers/net/Kconfig 2007-11-03 11:30:59.0 -0700 > @@ -3118,8 +3118,8 @@ config NETCONSOLE_DYNAMIC > config NETPOLL > def_

[PATCH 08/11] netpoll: NETPOLL_TRAP configuration change

2007-11-03 Thread Stephen Hemminger
NETPOLL_TRAP is actually not used by any in-tree code. Rather than exposing it in kernel configuration, make it a selectable option and make sure API is stubbed properly. I.e: if not configured then netpoll_set_trap is not available. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- P.s: