PROBLEM: (93347, 93394, FR_G04003) (PATCH ID: OSF520-511) ******** This patch fixes a problem that would prohibit processor set exlcusive use on non-uniform memory access (NUMA) machines. The problem was witnessed during an attempt to use a processor set, created out of 4 cpus which belong to the same quad building block (QBB), for exclusive use using the 'runon -x' command. When a processor set is created in this fashion, there are kernel threads associated with the processor set. These threads cause an error to be returned during the check for exclusive useage of this processor set, eventhough there are no other tasks on that processor set.