Just a quick comment - didn't review the full patch. > +#ifdef ARCH_APICTIMER_STOPS_ON_C3 > + if (c->x86_vendor == X86_VENDOR_INTEL) { > + on_each_cpu(switch_APIC_timer_to_ipi, > + &mask, 1, 1); > + } > +#endif Better make it a runtime variable instead of an ifdef with a boot option. I found at least one non Intel system so far with the same issue (although it wasn't multi processor) -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Venkatesh Pallipadi <[email protected]>
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- References:
- [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Venkatesh Pallipadi <[email protected]>
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Zwane Mwaikambo <[email protected]>
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Venkatesh Pallipadi <[email protected]>
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Zwane Mwaikambo <[email protected]>
- Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- From: Venkatesh Pallipadi <[email protected]>
- [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- Prev by Date: [PATCH 2.6] ipmi: panic generator ID
- Next by Date: Re: [PATCH 2.6.15-rc5] hugetlb: make make_huge_pte global and fix coding style
- Previous by thread: Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- Next by thread: Re: [RFC][PATCH 2/3]i386,x86-64 Handle missing local APIC timer interrupts on C3 state
- Index(es):