[PATCH 2/4] arm: add implementation for arm-smccc
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Nov 4 02:23:27 PST 2015
On Wed, Nov 04, 2015 at 10:46:10AM +0100, Jens Wiklander wrote:
> + .macro SMCCC instr
> + mov r12, sp
> + push {r4-r7}
> + ldm r12, {r4-r7}
> + \instr
> + pop {r4-r7}
> + ldr r12, [sp, #(4 * 4)]
> + stm r12, {r0-r3}
> + bx lr
> + .endm
Please add unwinding support to this.
--
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
More information about the linux-arm-kernel
mailing list