Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2010 19:56:02 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/booke pmap.c
Message-ID:  <201006011956.o51JuKog025763@repoman.freebsd.org>

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

alc         2010-06-01 19:56:02 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/booke    pmap.c 
  Log:
  SVN rev 208720 on 2010-06-01 19:56:02Z by alc
  
  In the case that mmu_booke_enter_locked() is changing the attributes of a
  mapping but not changing the physical page being mapped, the wrong flags
  were being inspected in order to determine whether or not to flush the
  instruction cache.  The effect of looking at the wrong flags was that the
  instruction cache was never being flushed.
  
  Reviewed by:    marcel
  
  Revision  Changes    Path
  1.30      +1 -1      src/sys/powerpc/booke/pmap.c



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