summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2017-04-04 19:32:32 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-12 12:42:12 +0200
commit0755d2b5fe9207c36a24342a39daf0f716940780 (patch)
treebae41348e8238579028c98e12b5dc1f1663abcf0
parent7dd05d3661488c7aee4f756133c8edfcf2d168e9 (diff)
downloadtalos-obmc-linux-0755d2b5fe9207c36a24342a39daf0f716940780.tar.gz
talos-obmc-linux-0755d2b5fe9207c36a24342a39daf0f716940780.zip
ARM: smccc: Update HVC comment to describe new quirk parameter
[ Upstream commit 3046ec674d441562c6bb3e4284cd866743042ef3 ] Commit 680a0873e193 ("arm: kernel: Add SMC structure parameter") added a new "quirk" parameter to the SMC and HVC SMCCC backends, but only updated the comment for the SMC version. This patch adds the new paramater to the comment describing the HVC version too. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--include/linux/arm-smccc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
index b67934164401..4c5bca38c653 100644
--- a/include/linux/arm-smccc.h
+++ b/include/linux/arm-smccc.h
@@ -109,6 +109,7 @@ asmlinkage void __arm_smccc_smc(unsigned long a0, unsigned long a1,
* __arm_smccc_hvc() - make HVC calls
* @a0-a7: arguments passed in registers 0 to 7
* @res: result values from registers 0 to 3
+ * @quirk: points to an arm_smccc_quirk, or NULL when no quirks are required.
*
* This function is used to make HVC calls following SMC Calling
* Convention. The content of the supplied param are copied to registers 0
OpenPOWER on IntegriCloud