diff mbox series

[1/5] arm/arm64: smccc: Update link to latest SMCCC specification

Message ID 20200430114814.14116-2-sudeep.holla@arm.com (mailing list archive)
State New, archived
Headers show
Series arm/arm64: smccc: Add ARCH_SOC_ID support | expand

Commit Message

Sudeep Holla April 30, 2020, 11:48 a.m. UTC
The current link gets redirected to the revision B published in November
2016 though it actually points to the original revision A published in
June 2013.

Let us update the link to point to the latest version, so that it
doesn't get stal anytime soon. Currently it points to v1.2 published in
March 2020.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 include/linux/arm-smccc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steven Price May 1, 2020, 2:46 p.m. UTC | #1
On 30/04/2020 12:48, Sudeep Holla wrote:
> The current link gets redirected to the revision B published in November
> 2016 though it actually points to the original revision A published in
> June 2013.
> 
> Let us update the link to point to the latest version, so that it
> doesn't get stal anytime soon. Currently it points to v1.2 published in

s/stal/stale/

otherwise:

Reviewed-by: Steven Price <steven.price@arm.com>

> March 2020.
> 
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
>   include/linux/arm-smccc.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
> index 59494df0f55b..6c1d1eda3be4 100644
> --- a/include/linux/arm-smccc.h
> +++ b/include/linux/arm-smccc.h
> @@ -10,7 +10,7 @@
>   /*
>    * This file provides common defines for ARM SMC Calling Convention as
>    * specified in
> - * http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html
> + * https://developer.arm.com/docs/den0028/latest
>    */
>   
>   #define ARM_SMCCC_STD_CALL	        _AC(0,U)
>
diff mbox series

Patch

diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
index 59494df0f55b..6c1d1eda3be4 100644
--- a/include/linux/arm-smccc.h
+++ b/include/linux/arm-smccc.h
@@ -10,7 +10,7 @@ 
 /*
  * This file provides common defines for ARM SMC Calling Convention as
  * specified in
- * http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html
+ * https://developer.arm.com/docs/den0028/latest
  */
 
 #define ARM_SMCCC_STD_CALL	        _AC(0,U)