From owner-cvs-src@FreeBSD.ORG Tue Apr 15 05:35:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA6A106564A; Tue, 15 Apr 2008 05:35:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3112C8FC12; Tue, 15 Apr 2008 05:35:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3F5Z1Dx028783; Tue, 15 Apr 2008 05:35:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5Z1Tr028782; Tue, 15 Apr 2008 05:35:01 GMT (envelope-from imp) Message-Id: <200804150535.m3F5Z1Tr028782@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 05:35:01 +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/mips/mips cache.c 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: Tue, 15 Apr 2008 05:35:01 -0000 imp 2008-04-15 05:35:01 UTC FreeBSD src repository Modified files: sys/mips/mips cache.c Log: This file shows signs of heavy borrowing from NetBSD's cache.c file, so credit its authors with contributions to this file. Remove prototype copyright notice, although one might be warranted if someone wanted to claim it badly enough. Noticed by: Simon Burge. Revision Changes Path 1.2 +58 -16 src/sys/mips/mips/cache.c