* Gene Heskett <gene.heskett@gmail.com> wrote:that's weird. Could you try the hack below and _remove_ the acpi_use_timer_override flag? The change should artificially cause the above 4 lines to appear again, in all cases. This would test the following aspects of your theory: is this unknown side-effect of the the acpi_use_timer_override flag related to the timer setup sequence in io_apic_32.c? If not, then the difference most likely lies in the different ACPI setup sequence. Ingo --- arch/x86/kernel/io_apic_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/arch/x86/kernel/io_apic_32.c =================================================================== --- linux.orig/arch/x86/kernel/io_apic_32.c +++ linux/arch/x86/kernel/io_apic_32.c @@ -2208,7 +2208,7 @@ static inline void __init check_timer(vo * Ok, does IRQ0 through the IOAPIC work? */ unmask_IO_APIC_irq(0); - if (timer_irq_works()) { + if (timer_irq_works() && 0) { if (nmi_watchdog == NMI_IO_APIC) { disable_8259A_irq(0); setup_nmi(); --
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| H. Peter Anvin | Re: [PATCH] x86: Construct 32 bit boot time page tables in native format. |
| Christoph Lameter | Re: [RFC 00/15] x86_64: Optimize percpu accesses |
git: | |
| Christoph Hellwig | Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2] |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
