Skip to content

Commit

Permalink
reword things as suggested by @mkeeter
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 15, 2025
1 parent 1460b10 commit 794bded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/kipc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ type SoftwareIrqResponse = ();

This interface is primarily intended for testing interrupt handling, and can
only be called by a task running as the supervisor. When this KIPC is called,
an actual machine interrupt is triggered and dispatched by the kernel to the
an actual machine interrupt is triggered for the relevant hardware interrupt
source. The kernel then responds to the interrupt using its normal
interrupt-handling infrastructure, which dispatches a notification to the
subscribed task.

This KIPC is *not* intended for use as a general-purpose inter-task signalling
Expand Down

0 comments on commit 794bded

Please sign in to comment.