Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp3415100ybz; Mon, 4 May 2020 02:31:21 -0700 (PDT) X-Google-Smtp-Source: APiQypI7x7EEEjTU7xtmyctJQF5hZLBOlJVo1u+fe4xXwv/83nlpEAZetvyM1eFLTxGHlMLt51yJ X-Received: by 2002:a17:906:16ca:: with SMTP id t10mr14374238ejd.122.1588584681764; Mon, 04 May 2020 02:31:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588584681; cv=none; d=google.com; s=arc-20160816; b=U89gLk1vZdOKulWYfD70VC5qWYUxT+orb5k6n8LbwL+56li4QJwiiD6ljqC/K5KRbX xvs+mqEtJDC6Zh7G13zPMUOQhJqCKPhIlk4PIZ2CCdUyk6dJe8ArUTRqu5qaU3UlyEpq o70WkL9f+VhlLzdAh06580b4leCvMrwXGxtgXo4zZ4FeyEabfl3aGcnZkp+KL5e2T9X0 3eS/HosKTGAlPmckPQnr2R2jCDFTRopYWMaTPk+0LC02HpQpWZgokIlno5wyFb6BXwna j9MEaKloG48oRRVl9a5aLUukQ+L6+YBDWkR98o3I7dv8n7O5f0oT286LZcNinudD0g80 VoVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=FIJCkYdZc4dKZobbMsCknUcLittNLVfOK731aJD3IL8=; b=UG809Al3o5nLLE1NDM/NM0hdURDYXxR9TBAlrtpehtlHAeRqMOs5Z0vGrTHbnVaqoP r2/psIe9p+mXx020EX8GdOFVX55VlepQueozn5B7ZymfwvRgojVGziFF1Gw495FTqdN1 PRT+Nd9gF8dkpumIkCwesTM8FhB841TPsUK/s3an648R0EpVAAbtxjbg+ftI6uyGEkii 25VNYdQWApt4YTvncC8p8MEgFP5AUPdfvKiZzFAQIEe6wtbQbOIgpcaSNQjENPDmro0T RB2hwY3+oIKYQxC3xTuW4MXuh0bGeEY+bZyLFWsgTFpdn9fm5HwjPY2kigKtokBVrIAx f99w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i20si6717785edx.314.2020.05.04.02.30.59; Mon, 04 May 2020 02:31:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728468AbgEDJ3Q (ORCPT + 99 others); Mon, 4 May 2020 05:29:16 -0400 Received: from foss.arm.com ([217.140.110.172]:40536 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726906AbgEDJ3O (ORCPT ); Mon, 4 May 2020 05:29:14 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1DBFB1045; Mon, 4 May 2020 02:29:14 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D2C0E3F305; Mon, 4 May 2020 02:29:12 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org Cc: Sudeep Holla , Catalin Marinas , Will Deacon , Mark Rutland , Lorenzo Pieralisi , Steven Price , linux-kernel@vger.kernel.org, harb@amperecomputing.com Subject: [PATCH v2 1/5] arm/arm64: smccc: Update link to latest SMCCC specification Date: Mon, 4 May 2020 10:29:01 +0100 Message-Id: <20200504092905.10580-2-sudeep.holla@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200504092905.10580-1-sudeep.holla@arm.com> References: <20200504092905.10580-1-sudeep.holla@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 stale anytime soon. Currently it points to v1.2 published in March 2020. Reviewed-by: Steven Price Signed-off-by: Sudeep Holla --- 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) -- 2.17.1