Release 4.14 arch/blackfin/include/asm/hardirq.h
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef __BFIN_HARDIRQ_H
#define __BFIN_HARDIRQ_H
#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
extern void ack_bad_irq(unsigned int irq);
#define ack_bad_irq ack_bad_irq
#include <asm-generic/hardirq.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mike Frysinger | 16 | 55.17% | 2 | 50.00% |
Bryan Wu | 12 | 41.38% | 1 | 25.00% |
Robin Getz | 1 | 3.45% | 1 | 25.00% |
Total | 29 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.