Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bernhard Heinloth
OOStuBS - WS18
Commits
2d9795e5
Commit
2d9795e5
authored
Nov 27, 2018
by
Bernhard Heinloth
Browse files
Behebe Fehler mit ungültiger IRQ (off-by-one) bei Remap
parent
0d0253e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
machine/apicsystem.cc
View file @
2d9795e5
...
...
@@ -250,7 +250,6 @@ void APICSystem::queryACPI(SystemConfig& conf)
DBG_VERBOSE
<<
"source override: remapping IRQ"
<<
(
int
)
override
->
getSource
()
<<
" to IRQ"
<<
(
int
)
override
->
getGlobalSystemInterrupt
()
<<
endl
;
conf
.
ioapic_irqs
[
override
->
getGlobalSystemInterrupt
()]
=
override
->
getSource
();
conf
.
ioapic_irqs
[
override
->
getSource
()]
--
;
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment