Hi all, This patch series relocates ARM's fncpy to asm-generic in order for us to be able to use SRAM_EXEC on ARM64 platforms. Florian Fainelli (3): ARM: Generalize fncpy implementation arm64: Provide a fncpy implenentation misc: sram: Allow ARM64 to select SRAM_EXEC arch/arm/include/asm/fncpy.h | 77 ++-------------------------------- arch/arm64/include/asm/fncpy.h | 6 +++ drivers/misc/Kconfig | 2 +- include/asm-generic/fncpy.h | 94 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+), 75 deletions(-) create mode 100644 arch/arm64/include/asm/fncpy.h create mode 100644 include/asm-generic/fncpy.h -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html