Re: [PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs

2014-04-11 Thread Nicolas Pitre
On Fri, 11 Apr 2014, Liu Hua wrote: > Hi Nicolas or Russell, > > This patch series change fixmap mapping region to suppport 32 CPUs. > Because the "top_pmd" covers 0xfffe - 0x(2M). And part > is used by vector table. So I move this region down to 0xffc0 > - 0xffd. > > >

[PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs

2014-04-11 Thread Liu Hua
Hi Nicolas or Russell, This patch series change fixmap mapping region to suppport 32 CPUs. Because the "top_pmd" covers 0xfffe - 0x(2M). And part is used by vector table. So I move this region down to 0xffc0 - 0xffd. I have tested the patches on arma9(2 CPUs) and

[PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs

2014-04-11 Thread Liu Hua
Hi Nicolas or Russell, This patch series change fixmap mapping region to suppport 32 CPUs. Because the top_pmd covers 0xfffe - 0x(2M). And part is used by vector table. So I move this region down to 0xffc0 - 0xffd. I have tested the patches on arma9(2 CPUs) and arma15(16

Re: [PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs

2014-04-11 Thread Nicolas Pitre
On Fri, 11 Apr 2014, Liu Hua wrote: Hi Nicolas or Russell, This patch series change fixmap mapping region to suppport 32 CPUs. Because the top_pmd covers 0xfffe - 0x(2M). And part is used by vector table. So I move this region down to 0xffc0 - 0xffd. I have