From: Jean Pihet Date: Fri, 18 Mar 2011 23:48:08 +0000 (-0700) Subject: omap: use fncpy to copy the PM code functions to SRAM X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076748fe9a23dd731d521f929088a39c6a4a2965;p=pandora-kernel.git omap: use fncpy to copy the PM code functions to SRAM The new fncpy API is better suited for copying some code to SRAM at runtime. This patch changes the ad-hoc code to the more generic fncpy API. Tested OK on OMAP3 in low power modes (RET/OFF) using omap2plus_defconfig with !CONFIG_THUMB2_KERNEL. Compile tested on OMAP1/2 using omap1_defconfig. Signed-off-by: Jean Pihet Acked-by: Kevin Hilman Tested-by: Kevin Hilman --- Reading git-diff-tree failed