summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/smccc-call.S
Commit message (Collapse)AuthorAgeFilesLines
* ARM: unify asm/arm-smccc.h and linux/arm-smccc.hSascha Hauer2019-05-131-8/+10
| | | | | | | | | | Since 2c20674f0c ("ARM: Add code to support SMCCC on AArch64") we have both arch/arm/include/asm/arm-smccc.h and include/linux/arm-smccc.h. The latter was introduced with Kernel commit 680a0873e ("arm: kernel: Add SMC structure parameter") included, so we have to add the parameter for ARM32 aswell. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add smc call supportSascha Hauer2017-02-081-0/+64
Taken from the Kernel: A wrapper to make a smc call from C. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>