]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/irq: Correct comment about i8259 initialization
authorYanchuan Nian <ycnian@gmail.com>
Wed, 4 Sep 2013 01:25:24 +0000 (09:25 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Sep 2013 05:46:04 +0000 (07:46 +0200)
commit7752572f18f98ee796e173334b088a1d621d2da4
treef8999532e0ab341a295ce49c9d8df7970f0f4393
parent6e4664525b1db28f8c4e1130957f70a94c19213e
x86/irq: Correct comment about i8259 initialization

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 <ycnian@gmail.com>
Cc: yinghai@kernel.org
Cc: pavel@suse.cz
Link: http://lkml.kernel.org/r/1378257924-29446-1-git-send-email-ycnian@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/i8259.c