• Guillaume Morin's avatar
    [PATCH] fix cpu_test_and_set() on UP · e5ac20cb
    Guillaume Morin authored
    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.
    e5ac20cb
cpumask_up.h 1.82 KB