Received: by mail.netbsd.org (Postfix, from userid 605) id C96F684D66; Tue, 27 Dec 2022 08:40:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFFAD84D54 for ; Tue, 27 Dec 2022 08:40: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 hny3sol6wMgm for ; Tue, 27 Dec 2022 08:40:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89C4484CFE for ; Tue, 27 Dec 2022 08:40:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DBD9FA90; Tue, 27 Dec 2022 08:40:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 27 Dec 2022 08:40:40 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20221227084040.7DBD9FA90@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Tue Dec 27 08:40:40 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/arch/i386/i386: genassym.cf Log Message: Move some definitions. Add comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/amd64/amd64/genassym.cf cvs rdiff -u -r1.130 -r1.131 src/sys/arch/i386/i386/genassym.cf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.