Re: [PATCH v6 3/4] ARM: Move some macros from entry-armv to entry-header

2014-06-24 Thread Nicolas Pitre
On Tue, 24 Jun 2014, Daniel Thompson wrote: > From: Anton Vorontsov > > Just move the macros into header file as we would want to use them for > KGDB FIQ entry code. > > The following macros were moved: > > - svc_entry > - usr_entry > - kuser_cmpxchg_check > - vector_stub > > To make

[PATCH v6 3/4] ARM: Move some macros from entry-armv to entry-header

2014-06-24 Thread Daniel Thompson
From: Anton Vorontsov Just move the macros into header file as we would want to use them for KGDB FIQ entry code. The following macros were moved: - svc_entry - usr_entry - kuser_cmpxchg_check - vector_stub To make kuser_cmpxchg_check actually work across different files, we also have to

[PATCH v6 3/4] ARM: Move some macros from entry-armv to entry-header

2014-06-24 Thread Daniel Thompson
From: Anton Vorontsov anton.voront...@linaro.org Just move the macros into header file as we would want to use them for KGDB FIQ entry code. The following macros were moved: - svc_entry - usr_entry - kuser_cmpxchg_check - vector_stub To make kuser_cmpxchg_check actually work across

Re: [PATCH v6 3/4] ARM: Move some macros from entry-armv to entry-header

2014-06-24 Thread Nicolas Pitre
On Tue, 24 Jun 2014, Daniel Thompson wrote: From: Anton Vorontsov anton.voront...@linaro.org Just move the macros into header file as we would want to use them for KGDB FIQ entry code. The following macros were moved: - svc_entry - usr_entry - kuser_cmpxchg_check - vector_stub