[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A84FF22.9040008@kernel.org>
Date: Fri, 14 Aug 2009 15:07:30 +0900
From: Tejun Heo <tj@...nel.org>
To: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
mingo@...hat.com, benh@...nel.crashing.org, davem@...emloft.net,
dhowells@...hat.com, npiggin@...e.de, JBeulich@...ell.com,
cl@...ux-foundation.org, rusty@...tcorp.com.au, hpa@...or.com,
tglx@...utronix.de, akpm@...ux-foundation.org, x86@...nel.org,
andi@...stfloor.org
Subject: Re: [PATCH 14/20] vmalloc: implement pcpu_get_vm_areas()
Tejun Heo wrote:
...
> + vmap_area_pcpu_hole = base + offsets[last_area];
> +
> + spin_unlock(&vmap_area_lock);
> +
> + /* insert all vm's */
> + for (area = 0; area < nr_vms; area++)
> + insert_vmalloc_vm(vms[area], vas[area], 0,
> + pcpu_get_vm_areas);
Changed the flags argument from 0 to VM_ALLOC.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists