Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2011 00:20:14 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips machdep.c
Message-ID:  <201101010020.p010KcGk093907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jmallett    2011-01-01 00:20:14 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        machdep.c 
  Log:
  SVN rev 216862 on 2011-01-01 00:20:14Z by jmallett
  
  o) When trying to determine whether the pcpu pointer is a managed address, check
     not just that it is greater than the minimal kernel virtual address, but also
     that it is less than the maximal kernel virtual address.  On n64 kernels, the
     pcpup comes out of a direct-mapped address that, with an unsigned compare, is
     rather greater than the minimal kernel virtual address.
  o) Turn the panic if interrupts are disabled in cpu_idle into a KASSERT since on
     other architectures it's behind INVARIANTS anyway.
  o) Add a check that not all interrupts are masked, too.
  o) Add cpu_idleclock() and cpu_activeclock() use to cpu_idle as is done on other
     architectures.
  
  Revision  Changes    Path
  1.38      +17 -5     src/sys/mips/mips/machdep.c



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