cvs commit: src/sys/vm uma.h uma_core.c vm_page.c

Dag-Erling Smorgrav des at FreeBSD.org
Sat Oct 8 14:03:55 PDT 2005


des         2005-10-08 21:03:55 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma.h uma_core.c vm_page.c 
  Log:
  As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
  still uses the constant UMA_BOOT_PAGES.  Change it to accept boot_pages
  as an additional argument.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.28      +2 -2      src/sys/vm/uma.h
  1.131     +4 -4      src/sys/vm/uma_core.c
  1.306     +2 -2      src/sys/vm/vm_page.c


More information about the cvs-src mailing list