Re: [PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-26 Thread Anton Vorontsov
On Wed, Sep 26, 2012 at 03:05:24PM -0700, Stephen Boyd wrote: > > 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

Re: [PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-26 Thread Stephen Boyd
On 09/24/12 14:27, Anton Vorontsov wrote: > 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

Re: [PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-26 Thread Stephen Boyd
On 09/24/12 14:27, Anton Vorontsov wrote: 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 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-26 Thread Anton Vorontsov
On Wed, Sep 26, 2012 at 03:05:24PM -0700, Stephen Boyd wrote: 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 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-24 Thread 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 make

[PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-24 Thread 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 make

[PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-19 Thread 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 make

[PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-19 Thread 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 make

[PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-13 Thread 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 make

[PATCH 08/11] ARM: Move some macros from entry-armv to entry-header

2012-09-13 Thread 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 make