[PATCH 1/2] ARM: Consolidate preempt enable/disable assembly into macros

2013-03-04 Thread Stephen Boyd
We duplicate the same few preempt enable and disable assembly instructions in multiple places in the vfp code. Move the code to a macro in entry-header.S so that we can modify the preempt enable/disable assembly in one place in the future. Signed-off-by: Stephen Boyd ---

[PATCH 1/2] ARM: Consolidate preempt enable/disable assembly into macros

2013-03-04 Thread Stephen Boyd
We duplicate the same few preempt enable and disable assembly instructions in multiple places in the vfp code. Move the code to a macro in entry-header.S so that we can modify the preempt enable/disable assembly in one place in the future. Signed-off-by: Stephen Boyd sb...@codeaurora.org ---