From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4236EC433FE for ; Thu, 6 Oct 2022 08:05:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbiJFIFX (ORCPT ); Thu, 6 Oct 2022 04:05:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230371AbiJFIFR (ORCPT ); Thu, 6 Oct 2022 04:05:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 602972A97F for ; Thu, 6 Oct 2022 01:05:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EE8046188D for ; Thu, 6 Oct 2022 08:05:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 359E2C433C1; Thu, 6 Oct 2022 08:05:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665043516; bh=0KOBtdhLR3vaBI7Tt443ulwJnuPhBUCBnEJAPysvfKM=; h=From:To:Cc:Subject:Date:From; b=gpfKXE8earfNfX6V6NEU37qO8P+KSvXSckP5JsWHGFW0jZaFYBuiB6kohSfZVKqUf HwUmu1tNaR0ofem1dNVbWALoPuo5YgLQmU1pwDuYF7csUj0dhyjQJmoKjPgm7aiwn4 4u3m70E/4BXiGhK3JJzpR87xoonuSp8PLq12UH5loIJudOeKzQM6dGHRWE4TvVCAHL HiUuF6obgPzI5Iy2o1p8sVYfrFwPe1iCo4lhtRY1uUHifIXq22lKSgqYEeF4KsF9ww G9QeYinODavigG8AitcvPFAWea9lhdN8GyM4oabHYQH52aYixsqjvy0j2tlrRFH79/ uVPJvntotZTfQ== From: Jisheng Zhang To: Catalin Marinas , Will Deacon , Peter Zijlstra , Josh Poimboeuf , Jason Baron , Steven Rostedt , Ard Biesheuvel , Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] arm64: constify arguments to satisfy asm constraints Date: Thu, 6 Oct 2022 15:55:40 +0800 Message-Id: <20221006075542.2658-1-jszhang@kernel.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Constify arguments of arch_static_branch(), arch_static_branch_jump() and alternative_has_feature_* to satisfy asm constraints. Jisheng Zhang (2): arm64: jump_label: mark arguments as const to satisfy asm constraints arm64: alternative: constify alternative_has_feature_* argument arch/arm64/include/asm/alternative-macros.h | 4 ++-- arch/arm64/include/asm/jump_label.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.37.2