commit | f864b61ee49bbf3faf9a10b9770c719536328d01 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Jan 29 18:00:45 2014 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Jan 30 13:51:43 2014 +0000 |
tree | 240ec1b80c1a986cc0d6fbaa7be06d2183877361 | |
parent | 812944e91dbbfeadaeeb4443a5560a7f45648f0b [diff] |
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>