Correctly set target->smp. (#701)

This was broken by #684. Thanks to Jan for noticing.

Change-Id: I6ce115a6a333b93d7edb3ee44daae3f618d092e6
Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2022-05-18 09:40:22 -07:00 committed by GitHub
parent 6047fedc63
commit 0fada02494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6471,7 +6471,6 @@ static int jim_target_smp(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
foreach_smp_target(head, lh) {
target = head->target;
target->smp = smp_group;
target->smp = 1;
target->smp_targets = lh;
}
smp_group++;