Received: by mail.netbsd.org (Postfix, from userid 605) id 00D9A84D56; Sun, 30 May 2021 02:29:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3532A84D43 for ; Sun, 30 May 2021 02:29:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FFvb1oe9faAM for ; Sun, 30 May 2021 02:28:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CF05884CEE for ; Sun, 30 May 2021 02:28:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC8B9FA95; Sun, 30 May 2021 02:28:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 30 May 2021 02:28:59 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: src/sys/arch/arm/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210530022859.CC8B9FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Joerg Sonnenberger" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: joerg Date: Sun May 30 02:28:59 UTC 2021 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Don't use V8 atomic instruction for AA32 mode. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.