[BACK]Return to uvm_pmap.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_pmap.h between version 1.20 and 1.21

version 1.20, 2007/02/21 23:00:15 version 1.21, 2007/07/16 23:48:03
Line 143  bool  pmap_is_referenced(struct vm_page 
Line 143  bool  pmap_is_referenced(struct vm_page 
 void            pmap_page_protect(struct vm_page *, vm_prot_t);  void            pmap_page_protect(struct vm_page *, vm_prot_t);
   
 #if !defined(pmap_phys_address)  #if !defined(pmap_phys_address)
 paddr_t         pmap_phys_address(int);  paddr_t         pmap_phys_address(paddr_t);
 #endif  #endif
 void            pmap_protect(pmap_t, vaddr_t, vaddr_t, vm_prot_t);  void            pmap_protect(pmap_t, vaddr_t, vaddr_t, vm_prot_t);
 #if !defined(pmap_reference)  #if !defined(pmap_reference)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>