[PATCH] fix cpu_test_and_set() on UP
cpumask_up.h is broken. It tries to access the "mask" member although that cpumask_t is an ulong on UP. This breaks archs which uses cpumask functions even on UP such as s390.
Showing
Please register or sign in to comment