[PATCH] Updated SWP emulation patch

Leif Lindholm leif.lindholm at arm.com
Fri Apr 9 14:00:27 EDT 2010


I submitted the previous version of this patch back in January,
and received no further feedback on it. This version is brought
up to date with Linus's tree as of today, and contains a couple
of very minor fixes (Kconfig, logging) added. 

Could I send this version to the patch system?

---

Leif Lindholm (1):
      ARM: Add SWP/SWPB emulation for ARMv7 processors (v5)


 Documentation/arm/00-INDEX      |    2 
 Documentation/arm/swp_emulation |   27 ++++
 arch/arm/kernel/Makefile        |    1 
 arch/arm/kernel/swp_emulate.c   |  260 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mm/Kconfig             |   21 +++
 arch/arm/mm/proc-v7.S           |    6 +
 6 files changed, 317 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/arm/swp_emulation
 create mode 100644 arch/arm/kernel/swp_emulate.c

-- 
Signature



More information about the linux-arm-kernel mailing list