Re: isolcpus question

From: Mike Galbraith
Date: Mon Jan 30 2012 - 23:47:42 EST


On Mon, 2012-01-30 at 22:13 -0500, Gene Heskett wrote:
> Which is, is there a isolcpus troubleshooting tool?
>
> I have an app that is supposed to use the 2nd cpu on a 2 core atom system
> all by itself, and its insisting on using cpu0 when the boot command line
> has "isolcpus=1" appended to it, and apparently I am the only one with the
> problem, its working for about 200-500 others running the same software.

isolcpus=1 isolates CPU1 so no task will automatically end up using it,
but it's up to your task (or you) to move to the isolated CPU. Pin your
task to CPU1 with taskset, and all should work fine.

-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/