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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 057C0C4345F for ; Tue, 30 Apr 2024 08:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ByqqM1DC7ebFesZJvoUMzxpUqYr7qhaG6zloohyYtNk=; b=I+JhvBdCHvX8/O Nh/9yGPZMdJx3PZoPvCl4k0BAiLiBgHvsHH1OM46naU7GqCpADiM12Zi9x4XdN5XbhOmYF7cI+VrQ kprZ5NoJ8p0JHmd2SzYH+P3NkBbYtv4gr8HIrQcEL9VvcPlGP73Ev4FTtbHF7cD+0FUS/LnMZ0xsV x5lhKno7SLCHSzfYMq6iD0+TGB+gC6uiP2uQ73s+8Oh6J1Mssuzt9SCrDDwRNUAD9G7uAq47qAkQa xnnmME1TitvvCL3rVgLA3yoC3yppOcCSqSiCoBRnL4jQgUyJpDnWyX7vpAEPEgFpLWkxqy7H/M8ak k8/DyNADsq358P3TN69w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s1jJ1-00000005j6f-0W54; Tue, 30 Apr 2024 08:57:43 +0000 Received: from out-182.mta1.migadu.com ([2001:41d0:203:375::b6]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s1jIf-00000005irF-43Ba for linux-arm-kernel@lists.infradead.org; Tue, 30 Apr 2024 08:57:23 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1714467433; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GDKTQ7ySnyCQitXHa2W4+LR+te50oYvXk/O8GHcSFcg=; b=lnsjK/122vpFUb5Khby+9G1jNeqZLjt9vHtlHmZH73dllClWZnQgOQHq9qzs+DeAR5EBvG hy+VYFt42DrVEIV/j+czp6YlBk4r78OmhM2M2R3W6Eqqi0HM7pxU3R4+GTPRUYbo8BlF3j U1CDWOq9yugSl6+DfRz7Eu9AsM4VJJ0= From: George Guo To: mark.rutland@arm.com Cc: ardb@kernel.org, catalin.marinas@arm.com, dongtai.guo@linux.dev, guodongtai@kylinos.cn, jbaron@akamai.com, jpoimboe@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, peterz@infradead.org, rostedt@goodmis.org, will@kernel.org Subject: [PATCH v3 0/1] cleanup arch_static_branch/_jump Date: Tue, 30 Apr 2024 16:56:54 +0800 Message-Id: <20240430085655.2798551-1-dongtai.guo@linux.dev> In-Reply-To: References: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240430_015722_174773_0A493F35 X-CRM114-Status: UNSURE ( 6.71 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: George Guo Hi Mark, I have tried to define macro with key and lable in v3. What do you think on v3 patch? George Guo (1): arm64: simplify arch_static_branch/_jump function arch/arm64/include/asm/jump_label.h | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel