Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 04:07:38 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips pmap.c
Message-ID:  <201001290408.o0T483r7067323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-01-29 04:07:38 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 203151 on 2010-01-29 04:07:38Z by rrs
  
  For our memory re-mapping trick to work
  interrupts must be disabled through the
  page_zero's or copys etc. Note that the
  temporary mapping used by panic's may
  cause us pain since int's may not be disabled.
  When we get dumps working we may have to revist
  this. Note that with this fix the build got
  much much further.. until it hung on disk IO (I
  would imagine thats the rge/msgring driver acting
  up).
  
  Revision  Changes    Path
  1.26      +20 -4     src/sys/mips/mips/pmap.c



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