Skip to content

Commit

Permalink
sdmmagpie: 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 will run on a very specific hardware
configuration with known drivers and devices, which makes this
unnecessary.

Enable noirqdebug to avoid the minor overhead added to every IRQ
handled.

eng.stk: adapt for sunfish

Suggested-by: Tyler Nijmeh <[email protected]>
Signed-off-by: kdrag0n <[email protected]>
Signed-off-by: Park Ju Hyung <[email protected]>
Signed-off-by: engstk <[email protected]>
  • Loading branch information
kdrag0n authored and engstk committed Nov 1, 2020
1 parent edb13a1 commit f9427d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdmmagpie.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
};

chosen {
bootargs = "quiet rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
bootargs = "quiet noirqdebug rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
};

soc: soc { };
Expand Down

0 comments on commit f9427d4

Please sign in to comment.