The following worked for me (Duron@800, Epox 8KTA2L)
root@WormHole:/usr/src# diff -u linux-2.4.9/arch/i386/lib/mmx.c{~,}
--- linux-2.4.9/arch/i386/lib/mmx.c~ Tue May 22 19:23:16 2001
+++ linux-2.4.9/arch/i386/lib/mmx.c Fri Aug 31 15:51:58 2001
@@ -97,7 +97,7 @@
return p;
}
-#ifdef CONFIG_MK7
+#if 0
/*
* The K7 has streaming cache bypass load/store. The Cyrix III, K6 and
--
Radu-Adrian Feurdean
mailto: raf@chez.com
------------------------------------------------------------------------------
+#if defined(__alpha__) && defined(CONFIG_PCI)
+ /*
+ * The meaning of life, the universe, and everything. Plus
+ * this makes the year come out right.
+ */
+ year -= 42;
+#endif
-- From the patch for 1.3.2: (kernel/time.c), submitted by Marcus Meissner
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/