]> Git Repo - linux.git/blob - arch/arc/include/asm/irqflags.h
KVM: s390: prevent buffer overrun on memory hotplug during migration
[linux.git] / arch / arc / include / asm / irqflags.h
1 /*
2  * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
3  * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License version 2 as
7  * published by the Free Software Foundation.
8  */
9
10 #ifndef __ASM_ARC_IRQFLAGS_H
11 #define __ASM_ARC_IRQFLAGS_H
12
13 #ifdef CONFIG_ISA_ARCOMPACT
14 #include <asm/irqflags-compact.h>
15 #else
16 #include <asm/irqflags-arcv2.h>
17 #endif
18
19 #endif
This page took 0.032929 seconds and 4 git commands to generate.