Re: [ltt-dev] [RFC git tree] Userspace RCU (urcu) for Linux (repost)

From: Mike Frysinger
Date: Sun Feb 22 2009 - 13:28:26 EST


On Sun, Feb 22, 2009 at 09:23, Pavel Machek wrote:
>> > If Blackfin handles hotplug CPU, that may
>> > need attention as well, since tasks affinitied to the CPU being removed
>> > can end up with their affinity set to all CPUs. And there are probably
>> > other issues.
>>
>> no, we dont support hotplugging of CPUs. there is no hardware support
>> for it, so i think the only thing you'd gain is perhaps power savings
>> ? not sure it would even work in our case though as the hardware does
>> not support restarting or shutdown of one core ... they both have to
>> restart/shutdown. putting one core into a constant idle loop would
>> save power, but that can already be accomplished by reducing the apps
>> that go onto a specific core.
>
> Well, cpu hotplug is needed for suspend and hibernation...

we dont currently support hibernation (or at least we've never tested
it), but suspend to ram works fine on UP systems. i'll open a tracker
item for someone to check suspend to ram on SMP systems.
-mike
--
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/