Re: [Xen-devel] [PATCH 2/3] xen/init: Drop invbool_param()

2016-02-09 Thread Jan Beulich
>>> On 08.02.16 at 18:07, wrote: > --- a/xen/common/kernel.c > +++ b/xen/common/kernel.c > @@ -121,12 +121,11 @@ void __init cmdline_parse(const char *cmdline) > simple_strtoll(optval, NULL, 0)); > break; > case OPT_BOOL: > -case OPT_I

[Xen-devel] [PATCH 2/3] xen/init: Drop invbool_param()

2016-02-08 Thread Andrew Cooper
There are now no users. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Tim Deegan CC: Ian Campbell --- xen/common/kernel.c| 3 +-- xen/include/xen/init.h | 5 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/xen/common/kernel.c b/xen/common/