diff --git a/placement.c b/placement.c index 73d87c7..185aa0d 100644 --- a/placement.c +++ b/placement.c @@ -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;