Re: [PATCH 2/16] xics: update default_server during migrate_irqs_away

2008-10-13 Thread Nathan Fontenot
Milton Miller wrote: Currently, every time we determine which irq server to use, we check if default_server, which is the id of the bootcpu, is still online. But default_server is a hardware cpu, not the logical cpu id needed to index cpu_online_map. Since the default server can only go offl

[PATCH 2/16] xics: update default_server during migrate_irqs_away

2008-10-10 Thread Milton Miller
Currently, every time we determine which irq server to use, we check if default_server, which is the id of the bootcpu, is still online. But default_server is a hardware cpu, not the logical cpu id needed to index cpu_online_map. Since the default server can only go offline during a cpu hotplug