ARM: smccc: Update HVC comment to describe new quirk parameter
authorWill Deacon <will.deacon@arm.com>
Wed, 8 Feb 2017 14:54:12 +0000 (14:54 +0000)
committerWill Deacon <will.deacon@arm.com>
Wed, 8 Feb 2017 14:54:12 +0000 (14:54 +0000)
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>
include/linux/arm-smccc.h

index b6793416440118686f41499ad31b8dade15ff473..4c5bca38c6533ea56c5fa2f50841d3c09e31ff11 100644 (file)
@@ -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