Index: libcfa/src/concurrency/kernel.hfa
===================================================================
--- libcfa/src/concurrency/kernel.hfa	(revision fe293bfa0588f03d55cf5d5b2530f2d0d4d8fc09)
+++ libcfa/src/concurrency/kernel.hfa	(revision 5625427ee364fc12d70abe159b4e4d038eacf66a)
@@ -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
