diff options
Diffstat (limited to 'i386/i386at/model_dep.c')
-rw-r--r-- | i386/i386at/model_dep.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index d835999d..d4bfe6f5 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -169,14 +169,6 @@ void machine_init(void) #endif clkstart(); -#if defined(APIC) -#warning FIXME: Rather unmask them from their respective drivers - /* com0 */ - unmask_irq(4); - /* com1 */ - unmask_irq(3); -#endif - #ifdef LINUX_DEV /* * Initialize Linux drivers. |