Initial commit
This commit is contained in:
5
code/interruptdispatcher_ignore_spurious.cpp
Normal file
5
code/interruptdispatcher_ignore_spurious.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Excerpt from the "dispatch" function
|
||||
if (interruptService.checkSpuriousInterrupt(slot)) {
|
||||
spuriousCounterWrapper.inc();
|
||||
return; // Early return to skip the calling of any handlers
|
||||
}
|
||||
Reference in New Issue
Block a user