Re: [PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:11AM +0200, Gregory CLEMENT wrote: > From: Lior Amsalem > > In order to be able to support the LPAE, the internal registers > virtual base must be aligned to 2MB. In LPAE section size is 2MB, in > earlyprintk we map the internal registers and it must be section >

Re: [PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:11AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com In order to be able to support the LPAE, the internal registers virtual base must be aligned to 2MB. In LPAE section size is 2MB, in earlyprintk we map the internal registers and it must be

[PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE

2013-04-08 Thread Gregory CLEMENT
From: Lior Amsalem In order to be able to support the LPAE, the internal registers virtual base must be aligned to 2MB. In LPAE section size is 2MB, in earlyprintk we map the internal registers and it must be section aligned. Signed-off-by: Lior Amsalem Signed-off-by: Gregory CLEMENT ---

[PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE

2013-04-08 Thread Gregory CLEMENT
From: Lior Amsalem al...@marvell.com In order to be able to support the LPAE, the internal registers virtual base must be aligned to 2MB. In LPAE section size is 2MB, in earlyprintk we map the internal registers and it must be section aligned. Signed-off-by: Lior Amsalem al...@marvell.com