Re: [PATCH 2/4] mm/hmm: fix warnings and SECTION_SIZE definition overlap

2017-04-13 Thread kbuild test robot
Hi Paul, [auto build test ERROR on mmotm/master] [cannot apply to v4.11-rc6 next-20170413] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Paul-Gortmaker/Fix-various-issues-in-new-hmm-driver/2017

[PATCH 2/4] mm/hmm: fix warnings and SECTION_SIZE definition overlap

2017-04-12 Thread Paul Gortmaker
SECTION_SIZE is defined twice in the same file; also it is already used by arch specific headers, which leads to: mm/hmm.c:34:0: warning: "SECTION_SIZE" redefined [enabled by default] #define SECTION_SIZE (1UL << PA_SECTION_SHIFT) ^ arch/arm64/include/asm/pgtable-hwdef.h:87:0: note: this is the