Skip to content

Commit

Permalink
kernel: Disable ArchPower by default
Browse files Browse the repository at this point in the history
Signed-off-by: morogoku <[email protected]>
Signed-off-by: djb77 <[email protected]>
  • Loading branch information
morogoku authored and djb77 committed Dec 29, 2019
1 parent e0b2148 commit a7dc33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/ksysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct attribute_group kernel_attr_group = {
};

static unsigned int Lgentle_fair_sleepers = 0;
static unsigned int Larch_power = 1;
static unsigned int Larch_power = 0;

extern void relay_gfs(unsigned int gfs);
extern void relay_ap(unsigned int ap);
Expand Down

0 comments on commit a7dc33e

Please sign in to comment.