Fixed a typo.
This commit is contained in:
parent
9be7563dea
commit
172788b885
|
@ -26,7 +26,7 @@
|
||||||
FASTER_NOP ; \
|
FASTER_NOP ; \
|
||||||
outb %al,$IO_ICU1 /* then first icu */
|
outb %al,$IO_ICU1 /* then first icu */
|
||||||
#else /* AUTO_EOI_2 */
|
#else /* AUTO_EOI_2 */
|
||||||
#define ENABLE_ICU1_AND_2 /* data sheet says no auto-EOI on slave ... /
|
#define ENABLE_ICU1_AND_2 /* data sheet says no auto-EOI on slave ... */
|
||||||
/* ... but it sometimes works */
|
/* ... but it sometimes works */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue