cvs commit: src/sys/dev/idt idt.c

Alan Cox alc at FreeBSD.org
Tue Jan 13 22:14:36 PST 2004


alc         2004/01/13 22:14:35 PST

  FreeBSD src repository

  Modified files:
    sys/dev/idt          idt.c 
  Log:
  Use contigmalloc() instead of vm_page_alloc_contig().  Pass M_ZERO to
  contigmalloc() instead of calling bzero().
  
  Revision  Changes    Path
  1.9       +8 -10     src/sys/dev/idt/idt.c


More information about the cvs-src mailing list