projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece3234
)
x86/irq/i8259: Fix incorrect comment
author
Yuanhan Liu
<yliu.null@gmail.com>
Mon, 6 Aug 2012 14:13:00 +0000
(22:13 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 22 Aug 2012 07:34:24 +0000
(09:34 +0200)
Signed-off-by: Yuanhan Liu <yliu.null@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/i8259.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/i8259.c
b/arch/x86/kernel/i8259.c
index 36d1853e91af58c0ee2b9ee8df2c045229f22936..9a5c460404dca563a1e5ac32aeeb90ba2cdaafbf 100644
(file)
--- a/
arch/x86/kernel/i8259.c
+++ b/
arch/x86/kernel/i8259.c
@@
-263,7
+263,7
@@
static void i8259A_shutdown(void)
* out of.
*/
outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
- outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-
1
*/
+ outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-
2
*/
}
static struct syscore_ops i8259_syscore_ops = {