mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 09:39:03 +01:00
Ignore non-existing CP15 barrier instructions emulation (#3285)
CP15 barrier instruction emulation only exists on arm64 architecture.
Avoid sysctl writing an error to the journal when the setting doesn't
exist by prepending a dash.
(cherry picked from commit 889b561ca1)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# disable "deprecated CP15 Barrier instruction" warnings
|
||||
# https://www.kernel.org/doc/Documentation/arm64/legacy_instructions.txt
|
||||
abi.cp15_barrier = 2
|
||||
-abi.cp15_barrier = 2
|
||||
|
||||
Reference in New Issue
Block a user