Received: by mail.netbsd.org (Postfix, from userid 605) id 2182984EE3; Sat, 3 Feb 2024 12:48:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4783784EDB for ; Sat, 3 Feb 2024 12:48:40 +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 E8chCHEB-WYS for ; Sat, 3 Feb 2024 12:48:39 +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 DCA9D84EC5 for ; Sat, 3 Feb 2024 12:48:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1CABFA42; Sat, 3 Feb 2024 12:48:39 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 12:48:39 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/hppa/hppa To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240203124839.D1CABFA42@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Feb 3 12:48:39 UTC 2024 Modified Files: src/sys/arch/hppa/hppa [netbsd-10]: machdep.c Log Message: Pull up following revision(s) (requested by skrll in ticket #568): sys/arch/hppa/hppa/machdep.c: revision 1.19 Don't duplicate PIM_CPU_BITS in one printf. PIM_CPU_HPMC_BITS already includes PIM_CPU_HPMC_BITS To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.4.1 src/sys/arch/hppa/hppa/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.