mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-13 04:33:53 +00:00

This simplifies the irqflags support by switching over to the asm-generic version. The necessary support functions are brought out-of-line for both SHcompact and SHmedia instruction sets. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
186 B
C
10 lines
186 B
C
#ifndef __ASM_SH_IRQFLAGS_H
|
|
#define __ASM_SH_IRQFLAGS_H
|
|
|
|
#define RAW_IRQ_DISABLED 0xf0
|
|
#define RAW_IRQ_ENABLED 0x00
|
|
|
|
#include <asm-generic/irqflags.h>
|
|
|
|
#endif /* __ASM_SH_IRQFLAGS_H */
|