Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 15:27:09 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145102 for review
Message-ID:  <200807121527.m6CFR9BG091475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145102

Change 145102 by gonzo@gonzo_jeeves on 2008/07/12 15:26:09

	pmap_kushmem_reattach has no references, so remove it.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/pmap.h#14 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/pmap.h#14 (text+ko) ====

@@ -215,7 +215,6 @@
 void pmap_set_modified(vm_offset_t pa);
 int page_is_managed(vm_offset_t pa);
 void pmap_page_is_free(vm_page_t m);
-void pmap_kushmem_reattach(struct proc *);
  /* PMAP_INLINE */ void pmap_kenter(vm_offset_t va, vm_paddr_t pa);
  /* PMAP_INLINE */ void pmap_kremove(vm_offset_t va);
 void *pmap_kenter_temporary(vm_paddr_t pa, int i);



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