Αλέξανδρος Παπαδογιαννάκης, le Tue 25 May 2010 18:24:15 +0300, a écrit : > I had already attached it on my previus message but I forgot to > mention it. I was printed on the stderr.
Ah, ok, sorry, I had missed it indeed :) Could you try the attached patch? Samuel
Index: src/topology-windows.c =================================================================== --- src/topology-windows.c (révision 2096) +++ src/topology-windows.c (copie de travail) @@ -323,9 +323,9 @@ GROUP_AFFINITY *GroupMask; /* Ignore non-data caches */ - if (procInfo->Relationship == RelationCache && - (procInfo->Cache.Type == CacheUnified - || procInfo->Cache.Type == CacheData)) + if (procInfo->Relationship == RelationCache + && procInfo->Cache.Type != CacheUnified + && procInfo->Cache.Type != CacheData) continue; id = -1;