Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752131AbbLCQiu (ORCPT ); Thu, 3 Dec 2015 11:38:50 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:41176 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbbLCQit (ORCPT ); Thu, 3 Dec 2015 11:38:49 -0500 Date: Thu, 03 Dec 2015 11:38:46 -0500 (EST) Message-Id: <20151203.113846.853547663758521483.davem@davemloft.net> To: yang.shi@linaro.org Cc: ast@kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, zlim.lnx@gmail.com, xi.wang@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org Subject: Re: [RESEND PATCH] arm64: bpf: add 'store immediate' instruction From: David Miller In-Reply-To: <1448922247-5692-1-git-send-email-yang.shi@linaro.org> References: <1448922247-5692-1-git-send-email-yang.shi@linaro.org> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 03 Dec 2015 08:38:48 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 572 Lines: 17 From: Yang Shi Date: Mon, 30 Nov 2015 14:24:07 -0800 > aarch64 doesn't have native store immediate instruction, such operation > has to be implemented by the below instruction sequence: > > Load immediate to register > Store register > > Signed-off-by: Yang Shi Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/