Hi, The default implementation for cpumasks in uses atomic bitops for the operations that affect a single cpu and nonatomic operations for the rest. What about switching to nonatomic operations for all operations? I'm checking for callers that rely on the atomicity of the bitops, but so far everyone has it's own locks. -- Manfred