Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246647
| From | "Suzuki K. Poulose" <Suzuki.Poulose@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions |
| Date | 2015-10-14 14:50 +0200 |
| Message-ID | <qjtFg-7cv-41@gated-at.bofh.it> (permalink) |
| References | <qjspQ-5qz-3@gated-at.bofh.it> <qjspR-5qz-25@gated-at.bofh.it> <qjsJb-5OD-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <mark.rutland@arm.com> > > I have a couple of minor nits below, though. >> diff --git a/arch/arm64/include/asm/kernel-pgtable.h b/arch/arm64/include/asm/kernel-pgtable.h >> new file mode 100644 >> index 0000000..622929d >> --- /dev/null >> +++ b/arch/arm64/include/asm/kernel-pgtable.h >> @@ -0,0 +1,65 @@ >> +/* >> + * asm/kernel-pgtable.h : Kernel page table mapping > > Drop the filename from the comment. It's redundant and ends up being > painful when refactoring and moving things around. > OK >> + >> + >> +#endif > > It would be nice to have the usual comment here for what this is ending, > i.e. > > #endif /* __ASM_KERNEL_PGTABLE_H */ Oh yes, will add it. Thanks Suzuki -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCHv3 01/11] arm64: Move swapper pagetable definitions "Suzuki K. Poulose" <suzuki.poulose@arm.com> - 2015-10-14 13:30 +0200
Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions Mark Rutland <mark.rutland@arm.com> - 2015-10-14 13:50 +0200
Re: [PATCHv3 01/11] arm64: Move swapper pagetable definitions "Suzuki K. Poulose" <Suzuki.Poulose@arm.com> - 2015-10-14 14:50 +0200
csiph-web