Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Suzuki K. Poulose
On 14/10/15 12:42, Mark Rutland wrote: On Wed, Oct 14, 2015 at 12:20:24PM +0100, Suzuki K. Poulose wrote: Also renames the symbols to prevent conflicts. e.g, BLOCK_SHIFT => SWAPPER_BLOCK_SHIFT This sounds sensible to be, so FWIW: Acked-by: Mark Rutland I have a couple of minor

Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Mark Rutland
On Wed, Oct 14, 2015 at 12:20:24PM +0100, Suzuki K. Poulose wrote: > Move the kernel pagetable (both swapper and idmap) definitions > from the generic asm/page.h to a new file, asm/kernel-pgtable.h. > > This is mostly a cosmetic change, to clean up the asm/page.h to > get rid of the arch specific

[PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Suzuki K. Poulose
Move the kernel pagetable (both swapper and idmap) definitions from the generic asm/page.h to a new file, asm/kernel-pgtable.h. This is mostly a cosmetic change, to clean up the asm/page.h to get rid of the arch specific details which are not needed by the generic code. Also renames the symbols

[PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Suzuki K. Poulose
Move the kernel pagetable (both swapper and idmap) definitions from the generic asm/page.h to a new file, asm/kernel-pgtable.h. This is mostly a cosmetic change, to clean up the asm/page.h to get rid of the arch specific details which are not needed by the generic code. Also renames the symbols

Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Mark Rutland
On Wed, Oct 14, 2015 at 12:20:24PM +0100, Suzuki K. Poulose wrote: > Move the kernel pagetable (both swapper and idmap) definitions > from the generic asm/page.h to a new file, asm/kernel-pgtable.h. > > This is mostly a cosmetic change, to clean up the asm/page.h to > get rid of the arch specific

Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions

2015-10-14 Thread Suzuki K. Poulose
On 14/10/15 12:42, Mark Rutland wrote: On Wed, Oct 14, 2015 at 12:20:24PM +0100, Suzuki K. Poulose wrote: Also renames the symbols to prevent conflicts. e.g, BLOCK_SHIFT => SWAPPER_BLOCK_SHIFT This sounds sensible to be, so FWIW: Acked-by: Mark Rutland I