Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci

From: Robert Richter
Date: Fri Jun 13 2008 - 12:20:40 EST


On 12.06.08 12:50:10, Yinghai Lu wrote:
> > +static int __init enable_pci_io_ecs(void)
> > +{
> > + /* assume all cpus from fam10h have IO ECS */
> > + if (boot_cpu_data.x86 < 0x10)
> > + return 0;
> > + on_each_cpu(enable_pci_io_ecs_per_cpu, NULL, 1, 1);
>
> how about some cpu hotplug? i mean if you limit that when booting and
> later use "echo 1 > /sys/.../online" etc to get it online.

Yinghai, will look at this.

Thanks,

-Robert

--
Advanced Micro Devices, Inc.
Operating System Research Center
email: robert.richter@xxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/