Re: [PATCH v3 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-01-29 Thread Nicolas Pitre
On Thu, 24 Jan 2013, Joonsoo Kim wrote: > From: Joonsoo Kim > > A static mapped area is ARM-specific, so it is better not to use > generic vmalloc data structure, that is, vmlist and vmlist_lock > for managing static mapped area. And it causes some needless overhead and > reducing this overhead

Re: [PATCH v3 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-01-29 Thread Nicolas Pitre
On Thu, 24 Jan 2013, Joonsoo Kim wrote: From: Joonsoo Kim js1...@gmail.com A static mapped area is ARM-specific, so it is better not to use generic vmalloc data structure, that is, vmlist and vmlist_lock for managing static mapped area. And it causes some needless overhead and reducing

[PATCH v3 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-01-23 Thread Joonsoo Kim
From: Joonsoo Kim A static mapped area is ARM-specific, so it is better not to use generic vmalloc data structure, that is, vmlist and vmlist_lock for managing static mapped area. And it causes some needless overhead and reducing this overhead is better idea. Now, we have newly introduced

[PATCH v3 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-01-23 Thread Joonsoo Kim
From: Joonsoo Kim js1...@gmail.com A static mapped area is ARM-specific, so it is better not to use generic vmalloc data structure, that is, vmlist and vmlist_lock for managing static mapped area. And it causes some needless overhead and reducing this overhead is better idea. Now, we have newly