Re: [PATCH v2] x86/boot: Fix incorrect ifdeffery scope

2019-03-03 Thread Baoquan He
On 03/04/19 at 01:47pm, Chao Fan wrote: > +#endif /* BOOT_COMPRESSED_MISC_H */ > > I am sorry that I should say that in your V1 version, but I really > forgot it after noticing that PATCH log. Yes, that's better. Can note us better where the ifdeffery ends. Will send v3. thx.

Re: [PATCH v2] x86/boot: Fix incorrect ifdeffery scope

2019-03-03 Thread Chao Fan
On Mon, Mar 04, 2019 at 01:37:56PM +0800, Baoquan He wrote: >The declarations related to immovable memory handling are put out of >the BOOT_COMPRESSED_MISC_H #ifdef scope, wrap them inside. > >Signed-off-by: Baoquan He >--- >v1->v2: > Add the lost line which could be made by git. > >

[PATCH v2] x86/boot: Fix incorrect ifdeffery scope

2019-03-03 Thread Baoquan He
The declarations related to immovable memory handling are put out of the BOOT_COMPRESSED_MISC_H #ifdef scope, wrap them inside. Signed-off-by: Baoquan He --- v1->v2: Add the lost line which could be made by git. arch/x86/boot/compressed/misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2