diff options
| author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-05-13 10:05:59 -0400 |
|---|---|---|
| committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-05-13 10:05:59 -0400 |
| commit | 5d1938c83ca826891a02badef7c9ea8ed57e01a2 (patch) | |
| tree | 786dfac473eb009547a595f3c8bf3d31d2079b0a /arch | |
| parent | 39403865d2e4590802553370a56c9ab93131e4ee (diff) | |
[AVR32] Remove bogus comment in arch/avr32/kernel/irq.c
The comment at the top of arch/avr32/kernel/irq.c doesn't really make
sense anymore since most of the actual interrupt handling code is
elsewhere.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/avr32/kernel/irq.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/avr32/kernel/irq.c b/arch/avr32/kernel/irq.c index fd311248c1..61f2de266f 100644 --- a/arch/avr32/kernel/irq.c +++ b/arch/avr32/kernel/irq.c | |||
| @@ -7,15 +7,6 @@ | |||
| 7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
| 10 | * | ||
| 11 | * This file contains the code used by various IRQ handling routines: | ||
| 12 | * asking for different IRQ's should be done through these routines | ||
| 13 | * instead of just grabbing them. Thus setups with different IRQ numbers | ||
| 14 | * shouldn't result in any weird surprises, and installing new handlers | ||
| 15 | * should be easier. | ||
| 16 | * | ||
| 17 | * IRQ's are in fact implemented a bit like signal handlers for the kernel. | ||
| 18 | * Naturally it's not a 1:1 relation, but there are similarities. | ||
| 19 | */ | 10 | */ |
| 20 | 11 | ||
| 21 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
