Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2467704ybi; Mon, 17 Jun 2019 05:27:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqziGJ6Ij+ijss59BxRydbMzbPLCH/fAh3U1lqcXX3dNwzdL+rdaHkdiyxuIIAyQJqa+Wvkk X-Received: by 2002:a62:4e48:: with SMTP id c69mr91107085pfb.176.1560774436696; Mon, 17 Jun 2019 05:27:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560774436; cv=none; d=google.com; s=arc-20160816; b=cr4kYr9PjH6KYriYq6/IWWbxMJJ+UP764PtVhkCSV32HyFlcTnAVb7J+/ss/gdi0EI TH/9O6YMpOP0Tkvc8OZ7kIp6xeI3RSA6NOlwp1gGhBpV7ZJnO+FMK9FbbsikiQIrnaW5 QfcGCChBD+uBjjdwKsMKG5/adsRVi5psTr54LTHPBOJtl5fwZkw1qGP4MHN6F1RybkzD lTsholycWEcKWS/wWJHW8/cAm7C3tlAa235B1gPJE3Bb8KUIPQWP6rz2ZcUjJYSo2fK5 f4CuXCKbifoMlvK8M929bgt4vL6DPYPrXxTpnMCWisFYdN8GwbFFYfR1exEEX3R1uHsi RxTw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:message-id:date:subject:cc:to:from; bh=u8qRSBI8dPfk2VAMF79LOknWHIuPPt/3bFNM7BdNp4k=; b=OZIywe++iD+i/A4KcnMTQMylasSR8ZiRQ++W4XSg3TETAnOeJaRtPfZSOQ9f7UqEBb /8ukaPx12YRwSjau//6Vzr4yIc4Pa6I7F0WJtgJhnoG73T6XsTVdBDwTnssSVxlNXxsQ O89znl/Cx00vyFvxMWjCzt/+7BWgXzpob3Ql9OsnlxNZLhhFyoqPMgD7wukf5/asUEUQ bXE9y7Tw9thNMaJJRWAh9GUd/s6R6+uYvtturde3IYLk/rIKpR06HDJBA35J9Glo66UU xIvspYtlHe5CeMYj7QcotKTtYnFOdtr6PklnJRRoPksiuyYNpIh30epU+ENehvHc07f/ FKfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si10048570pld.6.2019.06.17.05.27.01; Mon, 17 Jun 2019 05:27:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727619AbfFQM0B convert rfc822-to-8bit (ORCPT + 99 others); Mon, 17 Jun 2019 08:26:01 -0400 Received: from mx1.emlix.com ([188.40.240.192]:37808 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726424AbfFQM0B (ORCPT ); Mon, 17 Jun 2019 08:26:01 -0400 Received: from mailer.emlix.com (unknown [81.20.119.6]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id B25D4600A1; Mon, 17 Jun 2019 14:25:59 +0200 (CEST) From: Rolf Eike Beer To: Palmer Dabbelt Cc: Albert Ou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: riscv: remove unused barrier defines Date: Mon, 17 Jun 2019 14:25:59 +0200 Message-ID: <1862877.fiP6YxjBP5@devpool35> Organization: emlix GmbH MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From 947f9fe483dc6561e31f0d2294eb6fedc1d6d9bb Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 17 Jun 2019 14:22:37 +0200 Subject: [PATCH] riscv: remove unused barrier defines They were introduced in fab957c11efe2f405e08b9f0d080524bc2631428 long after 2e39465abc4b7856a0ea6fcf4f6b4668bb5db877 removed the remnants of all previous instances from the tree. Signed-off-by: Rolf Eike Beer --- arch/riscv/include/asm/bitops.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/riscv/include/asm/bitops.h b/arch/riscv/include/asm/bitops.h index 3943be480af0..396a3303c537 100644 --- a/arch/riscv/include/asm/bitops.h +++ b/arch/riscv/include/asm/bitops.h @@ -15,11 +15,6 @@ #include #include -#ifndef smp_mb__before_clear_bit -#define smp_mb__before_clear_bit() smp_mb() -#define smp_mb__after_clear_bit() smp_mb() -#endif /* smp_mb__before_clear_bit */ - #include #include #include -- 2.21.0 -- Rolf Eike Beer, emlix GmbH, http://www.emlix.com Fon +49 551 30664-0, Fax +49 551 30664-11 Gothaer Platz 3, 37083 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160 Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE 205 198 055 emlix - smart embedded open source