ARM: Do not allow the probing of the local timer
authorVarun Swara <Varun.Swara@arm.com>
Wed, 9 Dec 2009 10:02:19 +0000 (10:02 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 9 Dec 2009 13:19:31 +0000 (13:19 +0000)
commit10b496832efa046ab9222a8cf132681730886db3
treec67b888054f0f1d558506e103eea463decad9846
parent93fd03a8c6728b58879f8af20ffd55d9c32a778b
ARM: Do not allow the probing of the local timer

Since this IRQ descriptor doesn't have an action registered, it is
allowed for probing via probe_irq_on/off() and it will be disabled by
the latter function. This patch sets the IRQ_NOPROBE status bit for the
local timer descriptor.

Signed-off-by: Varun Swara <Varun.Swara@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/kernel/smp_twd.c
This page took 0.042242 seconds and 5 git commands to generate.