summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-09-04 07:04:39 +0200
committerShawn Guo <shawn.guo@linaro.org>2013-10-21 09:11:05 +0800
commit4c1dd3e5edc1619199b4a42618169ac3ac457cb5 (patch)
tree8a9f18cef8de7bed8a22ae0d934f30d586462655 /arch/arm/mach-imx/Kconfig
parenta9aec30dcf2aae5929bc43ada552a33c8d737967 (diff)
downloadop-kernel-dev-4c1dd3e5edc1619199b4a42618169ac3ac457cb5.zip
op-kernel-dev-4c1dd3e5edc1619199b4a42618169ac3ac457cb5.tar.gz
ARM: imx: remove IRQF_DISABLED
This flag is a NOOP since 2.6.35 and can be removed. This is an update for 3.11 of a patch already sent for 3.10 Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 29a8af6..9f67338 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -24,7 +24,7 @@ config MXC_IRQ_PRIOR
help
Select this if you want to use prioritized IRQ handling.
This feature prevents higher priority ISR to be interrupted
- by lower priority IRQ even IRQF_DISABLED flag is not set.
+ by lower priority IRQ.
This may be useful in embedded applications, where are strong
requirements for timing.
Say N here, unless you have a specialized requirement.
OpenPOWER on IntegriCloud