aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/irqflags-compact.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-11-27 10:08:31 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-27 10:08:31 -0800
commit03018ac2bb6a2fb1b1272e180141676a97a6a877 (patch)
treee36d9fb37d6ff231010016dfebee5bc9c4f70950 /arch/arc/include/asm/irqflags-compact.h
parentMerge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip (diff)
parentARC: dw2 unwind: Remove falllback linear search thru FDE entries (diff)
downloadlinux-dev-03018ac2bb6a2fb1b1272e180141676a97a6a877.tar.xz
linux-dev-03018ac2bb6a2fb1b1272e180141676a97a6a877.zip
Merge tag 'arc-4.4-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC fixes from Vineet Gupta: - Fix for perf callgraph unwinding causing RCU stalls - Fix to enable Linux to run on non-default Interrupt priority 0 - Removal of pointless SYNC from __switch_to() * tag 'arc-4.4-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: ARC: dw2 unwind: Remove falllback linear search thru FDE entries ARC: remove SYNC from __switch_to() ARCv2: Use the default irq priority for idle sleep ARC: Abstract out ISA specific SLEEP args ARC: comments update ARC: switch to arc-linux- CROSS_COMPILE prefix across all configs
Diffstat (limited to 'arch/arc/include/asm/irqflags-compact.h')
-rw-r--r--arch/arc/include/asm/irqflags-compact.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/include/asm/irqflags-compact.h b/arch/arc/include/asm/irqflags-compact.h
index d8c608174617..c1d36458bfb7 100644
--- a/arch/arc/include/asm/irqflags-compact.h
+++ b/arch/arc/include/asm/irqflags-compact.h
@@ -43,6 +43,8 @@
#define ISA_INIT_STATUS_BITS STATUS_IE_MASK
+#define ISA_SLEEP_ARG 0x3
+
#ifndef __ASSEMBLY__
/******************************************************************