Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 14:49:22 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include sf_buf.h src/sys/mips/mips uio_machdep.c vm_machdep.c
Message-ID:  <201101271449.p0REnVAn004913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2011-01-27 14:49:22 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     sf_buf.h 
    sys/mips/mips        uio_machdep.c vm_machdep.c 
  Log:
  SVN rev 217944 on 2011-01-27 14:49:22Z by jchandra
  
  Implement sf_buf using direct map (XKPHYS) in MIPS n64.
  
  - Provide trivial implementation of sf_buf_alloc(), sf_buf_free(),
    sf_buf_kva() and sf_buf_page() using direct map for n64.
  - uio_machdep.c - use macros so that the direct map will be used in
    case of n64.
  
  Reviewed by:    imp (earlier version)
  Obtained from:  jmallett (user/jmallett/octeon)
  
  Revision  Changes    Path
  1.3       +28 -0     src/sys/mips/include/sf_buf.h
  1.4       +2 -2      src/sys/mips/mips/uio_machdep.c
  1.23      +10 -1     src/sys/mips/mips/vm_machdep.c



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