Release 4.14 arch/alpha/include/asm/hardirq.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ALPHA_HARDIRQ_H
#define _ALPHA_HARDIRQ_H
void ack_bad_irq(unsigned int irq);
#define ack_bad_irq ack_bad_irq
#include <asm-generic/hardirq.h>
#endif /* _ALPHA_HARDIRQ_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 9 | 36.00% | 1 | 25.00% |
Ivan Kokshaysky | 8 | 32.00% | 1 | 25.00% |
Christoph Hellwig | 7 | 28.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.