Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 02:26:07 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include pmap.h src/sys/mips/mips pmap.c src/sys/mips/sibyte sb_zbpci.c
Message-ID:  <201009220226.o8M2QGH1011804@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
neel        2010-09-22 02:26:07 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     pmap.h 
    sys/mips/mips        pmap.c 
    sys/mips/sibyte      sb_zbpci.c 
  Log:
  SVN rev 212989 on 2010-09-22 02:26:07Z by neel
  
  Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.
  
  Mappings with other cacheability attributes can be established, if needed,
  by using 'pmap_kenter_attr()'.
  
  Suggested by:   jchandra, imp
  
  Revision  Changes    Path
  1.21      +1 -0      src/sys/mips/include/pmap.h
  1.83      +4 -7      src/sys/mips/mips/pmap.c
  1.7       +1 -1      src/sys/mips/sibyte/sb_zbpci.c



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