-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defconfig / raph : Cleanup and enable
ARM64 ACPI Parking Protocol
After commit e066f60, we required to enable ACPI Parking Protocol due to the dependency of `arch_send_wakeup_ipi_mask` which converted to `BUILD_BUG` if `CONFIG_ARM64_ACPI_PARKING_PROTOCOL` not enabled. This commit fixes the following error: ld.lld: error: undefined symbol: __compiletime_assert_27 >>> referenced by smp.h:103 (../arch/arm64/include/asm/smp.h:103) >>> drivers/built-in.o:(cpuidle_latency_notify) Signed-off-by: Rapherion Rollerscaperers <[email protected]>
- Loading branch information
1 parent
e066f60
commit 7a70f71
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters