/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1992 Linus Torvalds * Copyright (C) 1994 - 2000 Ralf Baechle * Copyright (C) 2006 Thomas Bogendoerfer */ #include <linux/delay.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/kernel.h> #include <asm/i8259.h> #include <asm/io.h> #include <asm/sni.h> #include <asm/irq.h> #include <asm/irq_cpu.h> void (*sni_hwint)(void);
asmlinkage void plat_irq_dispatch(void) { sni_hwint(); }Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Linus Torvalds | 6 | 54.55% | 1 | 33.33% |
| Thomas Bogendoerfer | 4 | 36.36% | 1 | 33.33% |
| Ralf Bächle | 1 | 9.09% | 1 | 33.33% |
| Total | 11 | 100.00% | 3 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Andrew Morton | 14 | 34.15% | 1 | 16.67% |
| Thomas Bogendoerfer | 13 | 31.71% | 2 | 33.33% |
| Linus Torvalds | 12 | 29.27% | 1 | 16.67% |
| Ralf Bächle | 2 | 4.88% | 2 | 33.33% |
| Total | 41 | 100.00% | 6 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Thomas Bogendoerfer | 47 | 69.12% | 1 | 25.00% |
| Ralf Bächle | 20 | 29.41% | 2 | 50.00% |
| Linus Torvalds | 1 | 1.47% | 1 | 25.00% |
| Total | 68 | 100.00% | 4 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Thomas Bogendoerfer | 95 | 51.91% | 2 | 25.00% |
| Linus Torvalds | 41 | 22.40% | 1 | 12.50% |
| Ralf Bächle | 29 | 15.85% | 3 | 37.50% |
| Andrew Morton | 17 | 9.29% | 1 | 12.50% |
| Thomas Gleixner | 1 | 0.55% | 1 | 12.50% |
| Total | 183 | 100.00% | 8 | 100.00% |