Skip to content

Commit

Permalink
arm64: dts: blair: Disable unhandled or broken IRQ monitoring
Browse files Browse the repository at this point in the history
This is primarily intended for generic x86 kernels which may run on all
sorts of broken systems. Our kernel runs on known hardware, so this is
unnecessary.

Disable it for a minor IRQ handler overhead reduction.

Suggested-by: Tyler Nijmeh <[email protected]>
Signed-off-by: Danny Lin <[email protected]>
Change-Id: I1992d2c88d3f3b9a9d15748d6c3c6bf6709d8812
  • Loading branch information
kdrag0n authored and ghazzor committed Sep 21, 2024
1 parent f29f4cc commit 782065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/vendor/qcom/blair.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#size-cells = <2>;

chosen {
bootargs = "log_buf_len=256K rcupdate.rcu_expedited=1 rcu_nocbs=0-7 kpti=off";
bootargs = "log_buf_len=256K rcupdate.rcu_expedited=1 rcu_nocbs=0-7 kpti=off noirqdebug";
};

memory {
Expand Down

0 comments on commit 782065b

Please sign in to comment.