···8080 pagefault_enable();8181}82828383-#ifndef CONFIG_LIMITED_DMA8483/*8584 * This is the same as kmap_atomic() but can map memory that doesn't8685 * have a struct page associated with it.···989999100 return (void*) vaddr;100101}101101-#endif /* CONFIG_LIMITED_DMA */102102103103struct page *__kmap_atomic_to_page(void *ptr)104104{