Received: by mail.netbsd.org (Postfix, from userid 0) id 1331D63B16D; Tue, 1 Dec 2009 09:06:19 +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 7206C63B12A for ; Tue, 1 Dec 2009 09:06:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 580A1175DD; Tue, 1 Dec 2009 09:06:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 1 Dec 2009 09:06:17 +0000 From: Nick Hudson Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091201090617.580A1175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: skrll Date: Tue Dec 1 09:06:17 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: genassym.cf locore.S src/sys/arch/hppa/hppa: copy.S trap.S src/sys/lib/libkern/arch/hppa: bcopy.S Log Message: Remove U_PCB as requested by rmind. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/hp700/genassym.cf cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hp700/hp700/locore.S cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/hppa/copy.S cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/hppa/trap.S cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/arch/hppa/bcopy.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.