scheduler_affine: Fix compilation warning

This commit is contained in:
Pawel Dziepak 2013-10-21 02:21:14 +02:00
parent 84812e6033
commit 74192fd984
1 changed files with 3 additions and 0 deletions

View File

@ -1191,6 +1191,9 @@ traverse_topology_tree(cpu_topology_node* node, int packageID, int coreID)
case CPU_TOPOLOGY_PACKAGE:
packageID = node->id;
break;
default:
break;
}
for (int32 i = 0; i < node->children_count; i++)