[PATCH] fix the build for NR_CPUS > 4*BITS_PER_LONG
You can't just cast cpumasks. It doesn't compile if NR_CPUS is greater than 4 * BITS_PER_LONG.
Showing
Please register or sign in to comment
You can't just cast cpumasks. It doesn't compile if NR_CPUS is greater than 4 * BITS_PER_LONG.