Re: [Xen-devel] [PATCH] common: clean up taint logic

2016-08-09 Thread George Dunlap
On 09/08/16 15:06, Jan Beulich wrote: On 09.08.16 at 15:16, wrote: >> On 09/08/16 11:39, Jan Beulich wrote: >>> --- a/xen/common/kernel.c >>> +++ b/xen/common/kernel.c >>> @@ -22,8 +22,6 @@ >>> >>> enum system_state system_state = SYS_STATE_early_boot; >>> >>> -int tainted; >>> - >>> xe

Re: [Xen-devel] [PATCH] common: clean up taint logic

2016-08-09 Thread Jan Beulich
>>> On 09.08.16 at 15:16, wrote: > On 09/08/16 11:39, Jan Beulich wrote: >> --- a/xen/common/kernel.c >> +++ b/xen/common/kernel.c >> @@ -22,8 +22,6 @@ >> >> enum system_state system_state = SYS_STATE_early_boot; >> >> -int tainted; >> - >> xen_commandline_t saved_cmdline; >> >> static vo

Re: [Xen-devel] [PATCH] common: clean up taint logic

2016-08-09 Thread George Dunlap
On 09/08/16 11:39, Jan Beulich wrote: > Drop unused UNSAFE_SMP and BAD_PAGE flags. Style adjstments. > > Signed-off-by: Jan Beulich > > --- a/xen/common/kernel.c > +++ b/xen/common/kernel.c > @@ -22,8 +22,6 @@ > > enum system_state system_state = SYS_STATE_early_boot; > > -int tainted; > -

[Xen-devel] [PATCH] common: clean up taint logic

2016-08-09 Thread Jan Beulich
Drop unused UNSAFE_SMP and BAD_PAGE flags. Style adjstments. Signed-off-by: Jan Beulich --- a/xen/common/kernel.c +++ b/xen/common/kernel.c @@ -22,8 +22,6 @@ enum system_state system_state = SYS_STATE_early_boot; -int tainted; - xen_commandline_t saved_cmdline; static void __init assign