Re: [PATCH 1/3] cyclictest: Move main pid setaffinity handling into a function
From: Daniel Wagner <hidden>
Date: 2021-06-17 06:41:33
From: Daniel Wagner <hidden>
Date: 2021-06-17 06:41:33
On Wed, Jun 16, 2021 at 07:17:58PM -0400, John Kacur wrote:
From: Jonathan Schwender <redacted> Move error handling for setting the affinity of the main thread into a separate function. This prevents duplicating the code in the next commit, where the main thread pid can be restricted to one of two bitmasks depending on the passed parameters. Signed-off-by: Jonathan Schwender <redacted> Signed-off-by: John Kacur <jkacur@redhat.com>
Reviewed-by: Daniel Wagner <redacted>