CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/04/10 07:46:12

Modified files:
        sys/arch/alpha/dev: bus_dma.c sgmap_typedep.c 

Log message:
pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of
doing if (p != NULL) pmap_extract() else vtophys() in a loop, just do
pmap_extract unconditionally.

ok miod@ (he found a typo, all hail miod!)

Reply via email to