public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: asm: rename logical shift macros push pull into lspush lspull
@ 2014-02-10 20:19 Victor Kamensky
  2014-02-10 20:19 ` Victor Kamensky
  0 siblings, 1 reply; 11+ messages in thread
From: Victor Kamensky @ 2014-02-10 20:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Guys,

This patch renames 'push' and 'pull' logical shift macros in arm 
assembler.h, so it could be included into .S file that use 'push' 
as instruction. That was discussed on [1]. Will Deacon suggested
the idea of the patch.

As far as code change concerned - the change is really only macros
rename and change in all places where macros are used. Even if diff
may seem big it is very simple change.

Changes from previous version:
   - Now instead of changing kvm .S files that use push instruction
   patch rename push and pull
   - This patch is submitted separately from ARM V7 BE KVM series

Testing:
   - Was tested on rmk/for-next branch. TC2 LE and BE images were built
   and run
   - Verified build of all 118 images under arch/arm/configs and 
   with objdump dump verified that images text segment do not change
   compared with base line (modulo buildid (disabled), some initramfs
   addresses)

Will, I added your name under 'Suggested-by:', please let me know if
you object to this.

Thanks,
Victor

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/227318.html

Victor Kamensky (1):
  ARM: asm: rename logical shift macros push pull into lspush lspull

 arch/arm/include/asm/assembler.h      |   8 +-
 arch/arm/lib/copy_template.S          |  36 +++----
 arch/arm/lib/csumpartialcopygeneric.S |  96 ++++++++---------
 arch/arm/lib/io-readsl.S              |  12 +--
 arch/arm/lib/io-writesl.S             |  12 +--
 arch/arm/lib/memmove.S                |  36 +++----
 arch/arm/lib/uaccess.S                | 192 +++++++++++++++++-----------------
 7 files changed, 196 insertions(+), 196 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-11 20:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 20:19 [PATCH v2] ARM: asm: rename logical shift macros push pull into lspush lspull Victor Kamensky
2014-02-10 20:19 ` Victor Kamensky
2014-02-10 21:30   ` Nicolas Pitre
2014-02-11 15:54     ` Dave Martin
2014-02-11 15:59       ` Dave Martin
2014-02-11 17:09       ` Nicolas Pitre
2014-02-11 17:37         ` Dave Martin
2014-02-11 17:58           ` Nicolas Pitre
2014-02-11 19:36             ` Victor Kamensky
2014-02-11 19:52               ` Victor Kamensky
2014-02-11 20:31                 ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox