[bug-fix]

* increasing the number of bits for cpumask
This commit is contained in:
Abdul Rehman 2024-11-04 10:52:32 -05:00
parent ee1df8572b
commit 3b0b5e6f38

View File

@ -2427,7 +2427,7 @@ struct sched_statistics {
};
struct cpumask {
unsigned long bits[4];
unsigned long bits[128];
};
typedef struct cpumask cpumask_t;