RE: [PATCH] score: Restore previous behavior for system state

2022-07-15 Thread Kinsey Moore
Disregard this patch, I see Sebastian has already committed a different fix to the test itself. Kinsey -Original Message- From: Kinsey Moore Sent: Friday, July 15, 2022 14:54 To: devel@rtems.org Cc: Kinsey Moore Subject: [PATCH] score: Restore previous behavior for system state Set

[PATCH] score: Restore previous behavior for system state

2022-07-15 Thread Kinsey Moore
Set system state before creating the idle threads. This fixes the spextensions01 test since it expects this behavior. --- cpukit/score/src/threadcreateidle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateid