Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249149
| From | "Kirill A. Shutemov" <kirill@shutemov.name> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: thp: fix unterminated ifdef in header file |
| Date | 2015-10-16 22:50 +0200 |
| Message-ID | <qkk6S-IR-17@gated-at.bofh.it> (permalink) |
| References | <qkju9-8qx-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Oct 16, 2015 at 10:02:04PM +0200, Arnd Bergmann wrote:
> A recent change accidentally removed one line more than it should
> have, causing the build to fail with ARM LPAE:
>
> In file included from /git/arm-soc/arch/arm/include/asm/pgtable.h:31:0,
> from /git/arm-soc/include/linux/mm.h:55,
> from /git/arm-soc/arch/arm/kernel/asm-offsets.c:15:
> /git/arm-soc/arch/arm/include/asm/pgtable-3level.h:20:0: error: unterminated #ifndef
> #ifndef _ASM_PGTABLE_3LEVEL_H
>
> This puts the line back where it was.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: f054144a1b23 ("arm, thp: remove infrastructure for handling splitting PMDs")
Sorry.
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
--
Kirill A. Shutemov
--
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
[PATCH] ARM: thp: fix unterminated ifdef in header file Arnd Bergmann <arnd@arndb.de> - 2015-10-16 22:10 +0200 Re: [PATCH] ARM: thp: fix unterminated ifdef in header file "Kirill A. Shutemov" <kirill@shutemov.name> - 2015-10-16 22:50 +0200
csiph-web