Received: by mail.netbsd.org (Postfix, from userid 605) id D85AC855D8; Tue, 6 Dec 2016 15:05:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 661F2855D2 for ; Tue, 6 Dec 2016 15:05:08 +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 bUrwIzCDpCjc for ; Tue, 6 Dec 2016 15:05:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13CBD855C5 for ; Tue, 6 Dec 2016 15:05:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F28CBFBA6; Tue, 6 Dec 2016 15:05:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 6 Dec 2016 15:05:07 +0000 From: "Maxime Villard" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161206150507.F28CBFBA6@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: "Maxime Villard" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: maxv Date: Tue Dec 6 15:05:07 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: locore.S Log Message: Use __kernel_end instead. Does not change anything, but will be meaningful soon. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/amd64/amd64/locore.S cvs rdiff -u -r1.141 -r1.142 src/sys/arch/i386/i386/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.