Skip to content

sched: fix duplicate CONFIG_SCHED_ALT guard in idle.c#167

Open
SHAHBAZ0454E wants to merge 1 commit into
CachyOS:masterfrom
SHAHBAZ0454E:fix-bmq-idle-ifndef
Open

sched: fix duplicate CONFIG_SCHED_ALT guard in idle.c#167
SHAHBAZ0454E wants to merge 1 commit into
CachyOS:masterfrom
SHAHBAZ0454E:fix-bmq-idle-ifndef

Conversation

@SHAHBAZ0454E

Copy link
Copy Markdown

Remove a duplicated CONFIG_SCHED_ALT guard in 7.1/sched/0001-prjc-cachy.patch.

The patch currently adds two consecutive:

#ifndef CONFIG_SCHED_ALT

lines before the idle scheduling class section in kernel/sched/idle.c.

This results in an unmatched preprocessor guard and caused a build failure during linux-cachyos-bmq compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant