From owner-cvs-src-old@FreeBSD.ORG Thu Jul 15 01:58:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7945F1065675 for ; Thu, 15 Jul 2010 01:58:30 +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 6716A8FC19 for ; Thu, 15 Jul 2010 01:58:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6F1wUHo048541 for ; Thu, 15 Jul 2010 01:58:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6F1wUWo048540 for cvs-src-old@freebsd.org; Thu, 15 Jul 2010 01:58:30 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201007150158.o6F1wUWo048540@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 15 Jul 2010 01:58:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/include clock.h cpu.h md_var.h tlb.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 01:58:30 -0000 imp 2010-07-15 01:58:20 UTC FreeBSD src repository Modified files: sys/mips/include clock.h cpu.h md_var.h tlb.h Log: SVN rev 210100 on 2010-07-15 01:58:20Z by imp Remove unused stuff from cpu.h. Move inappropriate stuff in cpu.h elsewhere: {s,g}et_intr_mask -> md_var.h num_tlbentries -> tlb.h Remove #define clockframe trapframe and fix clock, which was the only place this was used. All the rest of this stuff was unused. # we're not quite minimal yet, since we duplicate a few status register things # here... Inspired by: bde@ Revision Changes Path 1.3 +1 -1 src/sys/mips/include/clock.h 1.16 +7 -148 src/sys/mips/include/cpu.h 1.6 +3 -0 src/sys/mips/include/md_var.h 1.2 +1 -0 src/sys/mips/include/tlb.h