Received: by mail.netbsd.org (Postfix, from userid 605) id 711D584DAF; Wed, 10 Oct 2018 04:17:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7649584D79 for ; Wed, 10 Oct 2018 04:16:59 +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 yr10Lb7eyJ-U for ; Wed, 10 Oct 2018 04:16: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 E486884CEF for ; Wed, 10 Oct 2018 04:16:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D666CFBEE; Wed, 10 Oct 2018 04:16:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 10 Oct 2018 04:16:58 +0000 From: "Cherry G. Mathew" Subject: CVS commit: src/sys/arch/xen/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181010041658.D666CFBEE@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Cherry G. Mathew" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: cherry Date: Wed Oct 10 04:16:58 UTC 2018 Modified Files: src/sys/arch/xen/include: xen.h Log Message: In xen_atomic_test_and_clear_bit() Use the appropriate sized variable for inline assembler. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/include/xen.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.