Received: by mail.netbsd.org (Postfix, from userid 605) id 13BD484DE9; Sat, 13 Mar 2021 15:29:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 444A984DE6 for ; Sat, 13 Mar 2021 15:29:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VpJF40SZ1qMC for ; Sat, 13 Mar 2021 15:29:13 +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 D282984DA2 for ; Sat, 13 Mar 2021 15:29:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE675FA95; Sat, 13 Mar 2021 15:29:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Mar 2021 15:29:13 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/uvm/pmap To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210313152913.BE675FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nick Hudson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: skrll Date: Sat Mar 13 15:29:13 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Don't use %jx for 0 or 1 - just use %jd in UVMHIST_LOG format. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.