[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0608272246350.27779@g5.osdl.org>
Date: Sun, 27 Aug 2006 22:52:06 -0700 (PDT)
From: Linus Torvalds <torvalds@...l.org>
To: Marc Perkel <marc@...kel.com>
cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andi Kleen <ak@....de>
Subject: Re: Linux v2.6.18-rc5
On Sun, 27 Aug 2006, Marc Perkel wrote:
>
> You might want to look at this bug.
>
> http://bugzilla.kernel.org/show_bug.cgi?id=6975
>
> The current kernel doesn't run on Asus Motherboards that use the new AM2 CPUs.
> Should this be addressed before 2.6.18 is finished?
Hmm. Can you verify that the system boots fine if you get rid of
acpi_skip_timer_override as per the hint from Prakash Punnoor?
That is, in the file arch/x86_64/kernel/io_apic.c, find the place where it
does something like
...
if (nvidia_hpet_detected == 0) {
acpi_skip_timer_override = 1;
printk(KERN_INFO "Nvidia board "
"detected. Ignoring ACPI "
"timer override.\n");
}
...
and just comment that whole thing out (or at least the assignment that
sets the "acpi_skip_timer_override" variable to 1).
Andi? You were talking about how the 64-bit machines don't have some of
the cruft that the old PC's have.. It looks like they are accumulating
_more_ cruft than regular x86 ever had...
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists