projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e46645
)
x86/irq: Correct comment about i8259 initialization
author
Yanchuan Nian
<
[email protected]
>
Wed, 4 Sep 2013 01:25:24 +0000
(09:25 +0800)
committer
Ingo Molnar
<
[email protected]
>
Wed, 4 Sep 2013 05:46:04 +0000
(07:46 +0200)
0x30-0x3f have been used for ISA interrupts on i386 as well
since 5 years ago, but old comments about i8259 initialization
were still referring to the old i386 usage of this port range.
Signed-off-by: Yanchuan Nian <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/i8259.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/i8259.c
b/arch/x86/kernel/i8259.c
index 9a5c460404dca563a1e5ac32aeeb90ba2cdaafbf..2e977b5d61ddee4e00d599f04236d70e8714fee0 100644
(file)
--- a/
arch/x86/kernel/i8259.c
+++ b/
arch/x86/kernel/i8259.c
@@
-312,8
+312,7
@@
static void init_8259A(int auto_eoi)
*/
outb_pic(0x11, PIC_MASTER_CMD); /* ICW1: select 8259A-1 init */
- /* ICW2: 8259A-1 IR0-7 mapped to 0x30-0x37 on x86-64,
- to 0x20-0x27 on i386 */
+ /* ICW2: 8259A-1 IR0-7 mapped to 0x30-0x37 */
outb_pic(IRQ0_VECTOR, PIC_MASTER_IMR);
/* 8259A-1 (the master) has a slave on IR2 */