Re: [RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area

2012-11-15 Thread JoonSoo Kim
Hello, Russell. Thanks for review. 2012/11/15 Russell King - ARM Linux : > On Thu, Nov 15, 2012 at 01:55:51AM +0900, Joonsoo Kim wrote: >> In current implementation, we used ARM-specific flag, that is, >> VM_ARM_STATIC_MAPPING, for distinguishing ARM specific static mapped area. >> The purpose of

Re: [RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area

2012-11-14 Thread Russell King - ARM Linux
On Thu, Nov 15, 2012 at 01:55:51AM +0900, Joonsoo Kim wrote: > In current implementation, we used ARM-specific flag, that is, > VM_ARM_STATIC_MAPPING, for distinguishing ARM specific static mapped area. > The purpose of static mapped area is to re-use static mapped area when > entire physical addre

[RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area

2012-11-14 Thread Joonsoo Kim
In current implementation, we used ARM-specific flag, that is, VM_ARM_STATIC_MAPPING, for distinguishing ARM specific static mapped area. The purpose of static mapped area is to re-use static mapped area when entire physical address range of the ioremap request can be covered by this area. This im