Re: [PATCH v3 44/57] x86: Correct the assembly guard in e820.h

2020-09-22 Thread Bin Meng
On Mon, Sep 7, 2020 at 5:44 AM Simon Glass wrote: > > This is currently in the wrong place, so including the file in the device > tree fails. Fix it. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > Changes in v1: > - Update commit message with a comma > > arch/x86/include/asm/

[PATCH v3 44/57] x86: Correct the assembly guard in e820.h

2020-09-06 Thread Simon Glass
This is currently in the wrong place, so including the file in the device tree fails. Fix it. Signed-off-by: Simon Glass --- (no changes since v1) Changes in v1: - Update commit message with a comma arch/x86/include/asm/e820.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --gi