]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: FIQs are unused
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 29 Jan 2014 18:00:45 +0000 (18:00 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 30 Jan 2014 13:51:43 +0000 (13:51 +0000)
commit6a9285474ed74b22a5c8fde51b037d601bd40941
tree240ec1b80c1a986cc0d6fbaa7be06d2183877361
parentb54ec5d7236e189d0ee7bbdb2b2d6eb790fcd24b
arm64: FIQs are unused

So any FIQ handling is superfluous at the moment.  The functions to
disable/enable FIQs is kept around if ever someone needs them in the
future, but existing calling sites including arch_cpu_idle_prepare()
may go for now.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c
arch/arm64/kernel/smp.c