---

 25-akpm/net/core/dev.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN net/core/dev.c~kgdboe-non-ia32-build-fix net/core/dev.c
--- 25/net/core/dev.c~kgdboe-non-ia32-build-fix	Fri Feb 27 14:10:03 2004
+++ 25-akpm/net/core/dev.c	Fri Feb 27 14:10:03 2004
@@ -1860,7 +1860,9 @@ static void net_rx_action(struct softirq
 			local_irq_disable();
 		}
 
+#ifdef CONFIG_KGDBOE
 		kgdb_process_breakpoint();
+#endif
 	}
 out:
 	local_irq_enable();

_