Index: libcfa/src/concurrency/kernel.hfa
===================================================================
--- libcfa/src/concurrency/kernel.hfa	(revision 6b419cee964e2a51a9eff2641417c04d1dbf1cfc)
+++ libcfa/src/concurrency/kernel.hfa	(revision c46c9992236856235ca6f5779f33a32cc75195a5)
@@ -303,4 +303,5 @@
 // gets the number of constructed processors on the cluster
 static inline unsigned get_proc_count( cluster & this ) { return this.procs.constructed; }
+static inline unsigned get_proc_count() { return publicTLS_get( this_processor )->cltr->procs.constructed; }
 
 // set the number of internal processors
