ARM: update FIQ support for relocation of vectors
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Jul 2013 00:03:17 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 01:35:20 +0000 (18:35 -0700)
commit6904e468bb92a726098a2dfcf792463e11053582
tree36cbccd06226dfa697e90ee30237c11a5469aa51
parent0477cd427e4862843b6cfb460b83ca09f265742d
ARM: update FIQ support for relocation of vectors

commit e39e3f3ebfef03450cf7bfa7a974a8c61f7980c8 upstream.

FIQ should no longer copy the FIQ code into the user visible vector
page.  Instead, it should use the hidden page.  This change makes
that happen.

Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/kernel/entry-armv.S
arch/arm/kernel/fiq.c