Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-20 Thread Pavel Machek
On Wed 2018-09-19 12:36:40, Rafael J. Wysocki wrote: > On Wed, Sep 19, 2018 at 12:34 PM Ingo Molnar wrote: > > > > > > * Rafael J. Wysocki wrote: > > > > > > index ..fbde8f0e8fe0 > > > > --- /dev/null > > > > +++ b/arch/x86/power/hibernate.c > > > > @@ -0,0 +1,249 @@ > > > > +//

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-20 Thread Pavel Machek
On Wed 2018-09-19 12:36:40, Rafael J. Wysocki wrote: > On Wed, Sep 19, 2018 at 12:34 PM Ingo Molnar wrote: > > > > > > * Rafael J. Wysocki wrote: > > > > > > index ..fbde8f0e8fe0 > > > > --- /dev/null > > > > +++ b/arch/x86/power/hibernate.c > > > > @@ -0,0 +1,249 @@ > > > > +//

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 12:34 PM Ingo Molnar wrote: > > > * Rafael J. Wysocki wrote: > > > > index ..fbde8f0e8fe0 > > > --- /dev/null > > > +++ b/arch/x86/power/hibernate.c > > > @@ -0,0 +1,249 @@ > > > +// SPDX-License-Identifier: GPL-2.0 > > > +/* > > > + * Hibernation support for

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 12:34 PM Ingo Molnar wrote: > > > * Rafael J. Wysocki wrote: > > > > index ..fbde8f0e8fe0 > > > --- /dev/null > > > +++ b/arch/x86/power/hibernate.c > > > @@ -0,0 +1,249 @@ > > > +// SPDX-License-Identifier: GPL-2.0 > > > +/* > > > + * Hibernation support for

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Ingo Molnar
* Rafael J. Wysocki wrote: > > index ..fbde8f0e8fe0 > > --- /dev/null > > +++ b/arch/x86/power/hibernate.c > > @@ -0,0 +1,249 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Hibernation support for x86 > > + * > > + * Copyright (c) 2007 Rafael J. Wysocki > > + *

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Ingo Molnar
* Rafael J. Wysocki wrote: > > index ..fbde8f0e8fe0 > > --- /dev/null > > +++ b/arch/x86/power/hibernate.c > > @@ -0,0 +1,249 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Hibernation support for x86 > > + * > > + * Copyright (c) 2007 Rafael J. Wysocki > > + *

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 11:03 AM Rafael J. Wysocki wrote: > > On Wed, Sep 19, 2018 at 9:32 AM Chen Yu wrote: > > > > From: Zhimin Gu > > > > Reduce the hibernation code duplication between x86-32 and x86-64 > > by extracting the common code into hibernate.c. > > > > No functional change. > > >

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 11:03 AM Rafael J. Wysocki wrote: > > On Wed, Sep 19, 2018 at 9:32 AM Chen Yu wrote: > > > > From: Zhimin Gu > > > > Reduce the hibernation code duplication between x86-32 and x86-64 > > by extracting the common code into hibernate.c. > > > > No functional change. > > >

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 9:32 AM Chen Yu wrote: > > From: Zhimin Gu > > Reduce the hibernation code duplication between x86-32 and x86-64 > by extracting the common code into hibernate.c. > > No functional change. > > Acked-by: Pavel Machek > Cc: "Rafael J. Wysocki" > Cc: Thomas Gleixner >

Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Rafael J. Wysocki
On Wed, Sep 19, 2018 at 9:32 AM Chen Yu wrote: > > From: Zhimin Gu > > Reduce the hibernation code duplication between x86-32 and x86-64 > by extracting the common code into hibernate.c. > > No functional change. > > Acked-by: Pavel Machek > Cc: "Rafael J. Wysocki" > Cc: Thomas Gleixner >

[PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Chen Yu
From: Zhimin Gu Reduce the hibernation code duplication between x86-32 and x86-64 by extracting the common code into hibernate.c. No functional change. Acked-by: Pavel Machek Cc: "Rafael J. Wysocki" Cc: Thomas Gleixner Signed-off-by: Zhimin Gu Signed-off-by: Chen Yu ---

[PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system

2018-09-19 Thread Chen Yu
From: Zhimin Gu Reduce the hibernation code duplication between x86-32 and x86-64 by extracting the common code into hibernate.c. No functional change. Acked-by: Pavel Machek Cc: "Rafael J. Wysocki" Cc: Thomas Gleixner Signed-off-by: Zhimin Gu Signed-off-by: Chen Yu ---