diff options
Diffstat (limited to 'arch/um/kernel/irq.c')
-rw-r--r-- | arch/um/kernel/irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c index bfd0bdc8cd40..519cdb0a7708 100644 --- a/arch/um/kernel/irq.c +++ b/arch/um/kernel/irq.c | |||
@@ -350,6 +350,7 @@ int deactivate_all_fds(void) | |||
350 | return 0; | 350 | return 0; |
351 | } | 351 | } |
352 | 352 | ||
353 | #ifdef CONFIG_MODE_TT | ||
353 | void forward_interrupts(int pid) | 354 | void forward_interrupts(int pid) |
354 | { | 355 | { |
355 | struct irq_fd *irq; | 356 | struct irq_fd *irq; |
@@ -371,6 +372,7 @@ void forward_interrupts(int pid) | |||
371 | } | 372 | } |
372 | irq_unlock(flags); | 373 | irq_unlock(flags); |
373 | } | 374 | } |
375 | #endif | ||
374 | 376 | ||
375 | /* | 377 | /* |
376 | * do_IRQ handles all normal device IRQ's (the special | 378 | * do_IRQ handles all normal device IRQ's (the special |