Re: [PATCH v2 1/7] x86/boot: Convert early_serial_base to unsigned long

2019-03-28 Thread Borislav Petkov
On Thu, Mar 28, 2019 at 11:09:38AM +0200, Andy Shevchenko wrote: > Agree on above and will fix, but don't see how this different in the latter? Ok, so only the above. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.

Re: [PATCH v2 1/7] x86/boot: Convert early_serial_base to unsigned long

2019-03-28 Thread Andy Shevchenko
On Thu, Mar 28, 2019 at 09:28:23AM +0100, Borislav Petkov wrote: > On Tue, Mar 19, 2019 at 09:43:19PM +0300, Andy Shevchenko wrote: > > As a preparatory of adding flexible serial I/O accessors, convert > > early_serial_base to unsigned long to cover all possible bus addresses > > on the system. >

Re: [PATCH v2 1/7] x86/boot: Convert early_serial_base to unsigned long

2019-03-28 Thread Borislav Petkov
On Tue, Mar 19, 2019 at 09:43:19PM +0300, Andy Shevchenko wrote: > As a preparatory of adding flexible serial I/O accessors, convert > early_serial_base to unsigned long to cover all possible bus addresses > on the system. > > No functional change intended. > > Signed-off-by: Andy Shevchenko > -

[PATCH v2 1/7] x86/boot: Convert early_serial_base to unsigned long

2019-03-19 Thread Andy Shevchenko
As a preparatory of adding flexible serial I/O accessors, convert early_serial_base to unsigned long to cover all possible bus addresses on the system. No functional change intended. Signed-off-by: Andy Shevchenko --- arch/x86/boot/boot.h| 2 +- arch/x86/boot/compres