2.5.45-ac1 and 2.5.47-ac[1-5] doesn't boot when compile
for CPU without TSC.
By following patch, boot and work at this time.
Any problems? Please comment.
--- linux-2.5.47-ac4/arch/i386/Kconfig.orig Fri Nov 15 12:13:36 2002
+++ linux-2.5.47-ac4/arch/i386/Kconfig Fri Nov 15 13:18:14 2002
@@ -290,8 +290,10 @@
depends on M686 || MPENTIUMIII || MPENTIUMIV || MK7 || MCRUSOE
default y
-config X86_HAVE_PIT
+config X86_PIT
+ bool
depends on M386 || M486 || M586 || MGEODE || X86_NUMAQ || VOYAGER || MWINCHIPC6 || MWINCHIP2 || MWINCHIP3D
+ default y
config X86_OOSTORE
bool
--
Osamu Tomita
[email protected]
On Sun, 2002-11-17 at 00:21, Osamu Tomita wrote:
> 2.5.45-ac1 and 2.5.47-ac[1-5] doesn't boot when compile
> for CPU without TSC.
> By following patch, boot and work at this time.
> Any problems? Please comment.
I've just applied some changes from James Bottomley which I hope have
cured this bug