[DNM] Force packing as a test

This commit is contained in:
Peter Cai 2022-09-13 13:04:18 -04:00
parent 911bd62cc2
commit 5fbe9a94eb
1 changed files with 4 additions and 4 deletions

View File

@ -120,11 +120,11 @@ static void find_best_object_for_irq(struct irq_info *info, void *data)
place.best = NULL;
place.best_cost = ULLONG_MAX;
if (info->level != BALANCE_CORE) {
for_each_object(d->children, find_best_object, &place);
} else {
//if (info->level != BALANCE_CORE) {
// for_each_object(d->children, find_best_object, &place);
//} else {
find_best_object_packing(d->children, info, &place);
}
//}
asign = place.best;