Re: [PATCH 09/14] exec: Drop redundant #ifdeffery

2020-03-15 Thread Philippe Mathieu-Daudé
On 3/15/20 9:39 PM, Richard Henderson wrote: On 3/13/20 11:36 AM, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- exec.c | 4 1 file changed, 4 deletions(-) diff --git a/exec.c b/exec.c index 7bc9828c5b..f258502966 100644 --- a/exec.c +++ b/exec.c @@ -185,10 +18

Re: [PATCH 09/14] exec: Drop redundant #ifdeffery

2020-03-15 Thread Richard Henderson
On 3/13/20 11:36 AM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > exec.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/exec.c b/exec.c > index 7bc9828c5b..f258502966 100644 > --- a/exec.c > +++ b/exec.c > @@ -185,10 +185,6 @@ struct DirtyBitmapSnaps

Re: [PATCH 09/14] exec: Drop redundant #ifdeffery

2020-03-13 Thread Alistair Francis
On Fri, Mar 13, 2020 at 11:38 AM Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > exec.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/exec.c b/exec.c > index 7bc9828c5b..f258502966 100644 > --- a/exec.c > ++

[PATCH 09/14] exec: Drop redundant #ifdeffery

2020-03-13 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- exec.c | 4 1 file changed, 4 deletions(-) diff --git a/exec.c b/exec.c index 7bc9828c5b..f258502966 100644 --- a/exec.c +++ b/exec.c @@ -185,10 +185,6 @@ struct DirtyBitmapSnapshot { unsigned long dirty[]; }; -#endif - -#if !defined(CONFIG_