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 X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84608C433E0 for ; Tue, 2 Mar 2021 09:03:29 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0339164F0C for ; Tue, 2 Mar 2021 09:03:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0339164F0C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+oCYOgbjVjdQfYITck9eHaRXTdo+UGrTtFWQ6MJyySQ=; b=XTwuwKlfvuX7FIPxMMdXHf/qs NHiPXpAxTt7FB3FbxbenjlvUaha3r9UlcxDb7RBIOywY7R3ILLeU4pHvTvUV7T8yxVt+XQgL8IAYq Xd0t+Eao2/4be7yDb5UbsRkNUMiQ6LBPTSecHZ2c6tKLfwZ2TCWCwoIhETVx6hvV5io0fmxagr7BE 5WiUBT1u6asmWs4IzrFNLU7VNqLO8ZbPWquFHbKEzn6dxL1EkwfUwlJNLeRxgVUzvsdrLh/77s5/K 37DaY7t3y8Lq4vkZ9ghlkP+2KZm2d86GzKPx/B5JFSl6e9XWlokvXVzsbJ4HlGFTZLPnryySxPZJs TvL1xdo2w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0uv-0006Nk-GY; Tue, 02 Mar 2021 09:02:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0uq-0006LR-2j for linux-arm-kernel@lists.infradead.org; Tue, 02 Mar 2021 09:02:07 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 21F4C64F16; Tue, 2 Mar 2021 09:01:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614675723; bh=aQQMjGFMp2Bb6EAdSE481XHUoiuLHHMb2JHfGrl7s/Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y9Y9skrG3ZpOLIg9ZjcKAdaEXs0t8IQQkjQ26AAYgJy3joZHYI1erC32NwWj/IVfk B2vVTvc1WQCHtoHkG4lmoXmb6zMppFOqrFtJE0E/XXhYkVMo2zIOpH5YsYgUiET+wn pR+lN3cFIW1oJdSOa4ftX5lU2+t4vvdFz++mUmPrOP7G+zss/qCeeI4cL6BPA6SuQV O/AOAG0Kisw/VBkFHhGRp53BVHBXBsq/xJ39RFC72L134+yWr9wQ8AUb5fcNB81LpA dHoWDOo3HqoJuy2M2wLTGjqYUJSV/smJu2qKRsK+BAbkAG23vLA2Ew1A3REpae9bwL lnsBLwt/fZPHw== From: Ard Biesheuvel To: linux-crypto@vger.kernel.org Subject: [PATCH v2 1/9] arm64: assembler: remove conditional NEON yield macros Date: Tue, 2 Mar 2021 10:01:10 +0100 Message-Id: <20210302090118.30666-2-ardb@kernel.org> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210302090118.30666-1-ardb@kernel.org> References: <20210302090118.30666-1-ardb@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210302_040204_343107_FCBBA456 X-CRM114-Status: GOOD ( 15.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ingo Molnar , Herbert Xu , Peter Zijlstra , Catalin Marinas , Sebastian Andrzej Siewior , Dave Martin , Eric Biggers , Mark Brown , Andy Lutomirski , Thomas Gleixner , Will Deacon , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org 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 The users of the conditional NEON yield macros have all been switched to the simplified cond_yield macro, and so the NEON specific ones can be removed. Signed-off-by: Ard Biesheuvel --- arch/arm64/include/asm/assembler.h | 70 -------------------- 1 file changed, 70 deletions(-) diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h index ca31594d3d6c..e0fc1d424f9b 100644 --- a/arch/arm64/include/asm/assembler.h +++ b/arch/arm64/include/asm/assembler.h @@ -692,76 +692,6 @@ USER(\label, ic ivau, \tmp2) // invalidate I line PoU isb .endm -/* - * Check whether to yield to another runnable task from kernel mode NEON code - * (which runs with preemption disabled). - * - * if_will_cond_yield_neon - * // pre-yield patchup code - * do_cond_yield_neon - * // post-yield patchup code - * endif_yield_neon