Merge pull request #889 from abrehman94/main

[bug-fix] fixes #810
This commit is contained in:
Tejun Heo 2024-11-04 16:35:12 +00:00 committed by GitHub
commit 7a912f0891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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