Received: by mail.netbsd.org (Postfix, from userid 605) id C65B114A33E; Mon, 23 Dec 2013 03:19:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D64214A33C for ; Mon, 23 Dec 2013 03:19:44 +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 6MKMcuzZc2bJ for ; Mon, 23 Dec 2013 03:19:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BE0E614A330 for ; Mon, 23 Dec 2013 03:19:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C2D1A96; Mon, 23 Dec 2013 03:19:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 23 Dec 2013 03:19:43 +0000 From: "KIYOHARA Takashi" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20131223031943.C2D1A96@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: "KIYOHARA Takashi" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: kiyohara Date: Mon Dec 23 03:19:43 UTC 2013 Modified Files: src/sys/arch/arm/marvell: armadaxp.c armadaxpreg.h mvsoc.c mvsocreg.h mvsocvar.h src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c src/sys/arch/evbarm/marvell: marvell_machdep.c Log Message: Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers only Armada XP. The misc_base initializes in initarm() instead of mvsoc_bootstrap(). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/marvell/armadaxp.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/marvell/armadaxpreg.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/marvell/mvsoc.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/marvell/mvsocreg.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/marvell/mvsocvar.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/armadaxp/armadaxp_machdep.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/marvell/marvell_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.