Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
request_irq() で、1 つの irq no を 2 つのハンドラー関数と共有しているとします。では、どちらのハンドラーを最初に実行し、どちらを 2 番目に実行するかを誰が決定するのでしょうか? 最初に実行するハンドラーの優先度を変更できるかどうか。
SA_SHIRQ は何年もの間枯渇しています。IRQF_SHARED を使用します。カーネルコードのinterrupt.hを確認できます