Loading mm/vmalloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ void *vmap(struct page **pages, unsigned int count, } EXPORT_SYMBOL(vmap); void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, pgprot_t prot, int node) { struct page **pages; Loading Loading
mm/vmalloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ void *vmap(struct page **pages, unsigned int count, } EXPORT_SYMBOL(vmap); void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, pgprot_t prot, int node) { struct page **pages; Loading