diff -purN -X /home/mbligh/.diff.exclude 180-tcp_speedup/arch/i386/Kconfig 190-disable_preempt/arch/i386/Kconfig
--- 180-tcp_speedup/arch/i386/Kconfig	2003-11-05 13:44:50.000000000 -0800
+++ 190-disable_preempt/arch/i386/Kconfig	2003-11-05 13:45:10.000000000 -0800
@@ -453,17 +453,17 @@ config NR_CPUS
 	  This is purely to save memory - each supported CPU adds
 	  approximately eight kilobytes to the kernel image.
 
-config PREEMPT
-	bool "Preemptible Kernel"
-	help
-	  This option reduces the latency of the kernel when reacting to
-	  real-time or interactive events by allowing a low priority process to
-	  be preempted even if it is in kernel mode executing a system call.
-	  This allows applications to run more reliably even when the system is
-	  under load.
-
-	  Say Y here if you are building a kernel for a desktop, embedded
-	  or real-time system.  Say N if you are unsure.
+# config PREEMPT
+#	bool "Preemptible Kernel"
+#	help
+#	  This option reduces the latency of the kernel when reacting to
+#	  real-time or interactive events by allowing a low priority process to
+#	  be preempted even if it is in kernel mode executing a system call.
+#	  This allows applications to run more reliably even when the system is
+#	  under load.
+#
+#	  Say Y here if you are building a kernel for a desktop, embedded
+#	  or real-time system.  Say N if you are unsure.
 
 config X86_UP_APIC
 	bool "Local APIC support on uniprocessors" if !SMP