diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-28 10:46:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-28 10:46:58 -0700 |
| commit | 2cc6f9202e5b0cb5cef04b7f750fe06024628456 (patch) | |
| tree | e402f13a4025fc195c0a6757d69c5e7d4c242c04 | |
| parent | 6bfd6b8fe77d04c7f64d266fba3d58c481bbf20c (diff) | |
Add missing thermal interrupt prototype.
| -rw-r--r-- | include/asm-i386/hw_irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/hw_irq.h b/include/asm-i386/hw_irq.h index 8e20a941e5a9..aad2d80cefff 100644 --- a/include/asm-i386/hw_irq.h +++ b/include/asm-i386/hw_irq.h @@ -28,6 +28,7 @@ extern int irq_vector[NR_IRQS]; extern void (*interrupt[NR_IRQS])(void); +extern asmlinkage void thermal_interrupt(void); extern asmlinkage void smp_thermal_interrupt(struct pt_regs); #ifdef CONFIG_SMP |
