On Fri, Jun 6, 2008 at 7:09 AM, Ingo Molnar <mingo@elte.hu> wrote:current static struct genapic *apic_probe[] __initdata = { #ifdef CONFIG_X86_NUMAQ &apic_numaq, #endif &apic_summit, &apic_bigsmp, &apic_es7000, &apic_default, /* must be last */ NULL, }; the apic_default is the 86_PC. so could make GENERICARCH default to yes. and have static struct genapic *apic_probe[] __initdata = { #ifdef CONFIG_X86_NUMAQ &apic_numaq, #endif #ifdef CONFIG_X86_SUMMIT &apic_summit, #endif #ifdef CONFIG_X86_BIGSMP &apic_bigsmp, #endif #ifdef CONFIG_X86_ES7000 &apic_es7000, Eendif &apic_default, /* must be last */ NULL, }; also may expand probe a little bit...to cover other different. YH --
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
git: | |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Jarek Poplawski | [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 | Re: [BUG] New Kernel Bugs |
