Release 4.14 arch/sh/include/asm/irqflags.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_IRQFLAGS_H
#define __ASM_SH_IRQFLAGS_H
#define ARCH_IRQ_DISABLED 0xf0
#define ARCH_IRQ_ENABLED 0x00
#include <asm-generic/irqflags.h>
#endif /* __ASM_SH_IRQFLAGS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 18 | 85.71% | 2 | 50.00% |
David Howells | 2 | 9.52% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 25.00% |
Total | 21 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.