Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 01:58:20 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include clock.h cpu.h md_var.h tlb.h
Message-ID:  <201007150158.o6F1wUWo048540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150158.o6F1wUWo048540>