Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
core_ctl: Set MAX_CPUS_PER_GROUP to 2
  • Loading branch information
AndroPlus-org committed Dec 2, 2016
1 parent 86b28b1 commit 73823d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/core_ctl.c
Expand Up @@ -23,7 +23,7 @@

#include <trace/events/sched.h>

#define MAX_CPUS_PER_GROUP 4
#define MAX_CPUS_PER_GROUP 2

struct cpu_data {
/* Per CPU data. */
Expand Down

0 comments on commit 73823d7

Please sign in to comment.