IKC and test handler

This commit is contained in:
Taku Shimosawa
2011-10-18 19:18:45 +09:00
parent 4c51abf066
commit 4585e81cd9
3 changed files with 54 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ static struct aal_page_allocator_desc *vmap_allocator;
static void virtual_allocator_init(void)
{
vmap_allocator = aal_pagealloc_init(MAP_VMAP_START,
MAP_VMAP_SIZE, LARGE_PAGE_SIZE);
MAP_VMAP_SIZE, PAGE_SIZE);
}
void *aal_mc_map_virtual(unsigned long phys, int npages,