From owner-cvs-src@FreeBSD.ORG Thu Nov 23 02:25:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CF8216A415; Thu, 23 Nov 2006 02:25:17 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C8943D45; Thu, 23 Nov 2006 02:24:44 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAN2PG8w043442; Thu, 23 Nov 2006 02:25:16 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAN2PGYi043437; Thu, 23 Nov 2006 02:25:16 GMT (envelope-from kmacy) Message-Id: <200611230225.kAN2PGYi043437@repoman.freebsd.org> From: Kip Macy Date: Thu, 23 Nov 2006 02:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/include asm.h src/sys/sun4v/sun4v hcall.S interrupt.S support.S t1_copy.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 02:25:17 -0000 kmacy 2006-11-23 02:25:16 UTC FreeBSD src repository Modified files: sys/sun4v/include asm.h sys/sun4v/sun4v hcall.S interrupt.S support.S t1_copy.S Log: In contrast to the non-obvious and flexible nature of the optimized bcopy in t1_copy.S (which shall retain its CDDL copyright, and thus likely be removed from GENERIC) I have removed the CDDL from hcall.S because there is zero flexibility in the implementation of hypercalls as they derive directly from the hypervisor interface which is not copyrighted (ironically the source for the hypervisor itself is BSD licensed). It is best to start any bikeshed about this as soon as possible. Discussed with: bsdimp Revision Changes Path 1.2 +0 -1 src/sys/sun4v/include/asm.h 1.4 +637 -1023 src/sys/sun4v/sun4v/hcall.S 1.6 +2 -2 src/sys/sun4v/sun4v/interrupt.S 1.4 +1 -1 src/sys/sun4v/sun4v/support.S 1.3 +1 -1 src/sys/sun4v/sun4v/t1_copy.S