mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-25 19:10:23 +00:00
[bug-fix]
* increasing the number of bits for cpumask
This commit is contained in:
parent
ee1df8572b
commit
3b0b5e6f38
@ -2427,7 +2427,7 @@ struct sched_statistics {
|
||||
};
|
||||
|
||||
struct cpumask {
|
||||
unsigned long bits[4];
|
||||
unsigned long bits[128];
|
||||
};
|
||||
|
||||
typedef struct cpumask cpumask_t;
|
||||
|
Loading…
Reference in New Issue
Block a user