diff options
Diffstat (limited to 'arch/tile/kernel/irq.c')
-rw-r--r-- | arch/tile/kernel/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tile/kernel/irq.c b/arch/tile/kernel/irq.c index 0e6c521b8a89..d8ba06058fd0 100644 --- a/arch/tile/kernel/irq.c +++ b/arch/tile/kernel/irq.c | |||
@@ -74,7 +74,7 @@ static DEFINE_SPINLOCK(available_irqs_lock); | |||
74 | 74 | ||
75 | /* | 75 | /* |
76 | * The interrupt handling path, implemented in terms of HV interrupt | 76 | * The interrupt handling path, implemented in terms of HV interrupt |
77 | * emulation on TILE64 and TILEPro, and IPI hardware on TILE-Gx. | 77 | * emulation on TILEPro, and IPI hardware on TILE-Gx. |
78 | * Entered with interrupts disabled. | 78 | * Entered with interrupts disabled. |
79 | */ | 79 | */ |
80 | void tile_dev_intr(struct pt_regs *regs, int intnum) | 80 | void tile_dev_intr(struct pt_regs *regs, int intnum) |
@@ -235,7 +235,7 @@ void tile_irq_activate(unsigned int irq, int tile_irq_type) | |||
235 | { | 235 | { |
236 | /* | 236 | /* |
237 | * We use handle_level_irq() by default because the pending | 237 | * We use handle_level_irq() by default because the pending |
238 | * interrupt vector (whether modeled by the HV on TILE64 and | 238 | * interrupt vector (whether modeled by the HV on |
239 | * TILEPro or implemented in hardware on TILE-Gx) has | 239 | * TILEPro or implemented in hardware on TILE-Gx) has |
240 | * level-style semantics for each bit. An interrupt fires | 240 | * level-style semantics for each bit. An interrupt fires |
241 | * whenever a bit is high, not just at edges. | 241 | * whenever a bit is high, not just at edges. |