[BACK]Return to uvm_page.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_page.h between version 1.40.2.2 and 1.40.2.3

version 1.40.2.2, 2006/12/30 20:51:05 version 1.40.2.3, 2007/02/26 09:12:32
Line 237  struct vm_physseg {
Line 237  struct vm_physseg {
  * globals   * globals
  */   */
   
 extern boolean_t vm_page_zero_enable;  extern bool vm_page_zero_enable;
   
 /*  /*
  * physical memory config is stored in vm_physmem.   * physical memory config is stored in vm_physmem.
Line 255  void uvm_page_init(vaddr_t *, vaddr_t *)
Line 255  void uvm_page_init(vaddr_t *, vaddr_t *)
 void uvm_page_own(struct vm_page *, const char *);  void uvm_page_own(struct vm_page *, const char *);
 #endif  #endif
 #if !defined(PMAP_STEAL_MEMORY)  #if !defined(PMAP_STEAL_MEMORY)
 boolean_t uvm_page_physget(paddr_t *);  bool uvm_page_physget(paddr_t *);
 #endif  #endif
 void uvm_page_rehash(void);  void uvm_page_rehash(void);
 void uvm_page_recolor(int);  void uvm_page_recolor(int);

Legend:
Removed from v.1.40.2.2  
changed lines
  Added in v.1.40.2.3

CVSweb <webmaster@jp.NetBSD.org>