cevt-r4k.c (3642a0a2c7d2d1949988d0fd004a8039c1f3d02f) | cevt-r4k.c (8b5690f8847490c1e3ea47266819833a13621253) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2007 MIPS Technologies, Inc. 7 * Copyright (C) 2007 Ralf Baechle <ralf@linux-mips.org> 8 */ --- 70 unchanged lines hidden (view full) --- 79out: 80 return IRQ_HANDLED; 81} 82 83#endif /* Not CONFIG_MIPS_MT_SMTC */ 84 85struct irqaction c0_compare_irqaction = { 86 .handler = c0_compare_interrupt, | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2007 MIPS Technologies, Inc. 7 * Copyright (C) 2007 Ralf Baechle <ralf@linux-mips.org> 8 */ --- 70 unchanged lines hidden (view full) --- 79out: 80 return IRQ_HANDLED; 81} 82 83#endif /* Not CONFIG_MIPS_MT_SMTC */ 84 85struct irqaction c0_compare_irqaction = { 86 .handler = c0_compare_interrupt, |
87 .flags = IRQF_DISABLED | IRQF_PERCPU | IRQF_TIMER, | 87 .flags = IRQF_PERCPU | IRQF_TIMER, |
88 .name = "timer", 89}; 90 91 92void mips_event_handler(struct clock_event_device *dev) 93{ 94} 95 --- 121 unchanged lines hidden --- | 88 .name = "timer", 89}; 90 91 92void mips_event_handler(struct clock_event_device *dev) 93{ 94} 95 --- 121 unchanged lines hidden --- |