linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE
@ 2013-06-18 21:06 Toshi Kani
  2013-06-19  4:43 ` Yasuaki Ishimatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Toshi Kani @ 2013-06-18 21:06 UTC (permalink / raw)
  To: rjw; +Cc: linux-acpi, linux-kernel, Toshi Kani

config ACPI_HOTPLUG_MEMORY has been changed to bool (y/n), and
its module option is no longer valid.  So, remove the use of
CONFIG_ACPI_HOTPLUG_MEMORY_MODULE.

Signed-off-by: Toshi Kani <toshi.kani@hp.com>
---
 include/linux/acpi.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 17b5b59..353ba25 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -352,8 +352,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
 
 /* Enable _OST when all relevant hotplug operations are enabled */
 #if defined(CONFIG_ACPI_HOTPLUG_CPU) &&			\
-	(defined(CONFIG_ACPI_HOTPLUG_MEMORY) ||		\
-	 defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) &&	\
+	defined(CONFIG_ACPI_HOTPLUG_MEMORY) &&		\
 	defined(CONFIG_ACPI_CONTAINER)
 #define ACPI_HOTPLUG_OST
 #endif

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE
  2013-06-18 21:06 [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE Toshi Kani
@ 2013-06-19  4:43 ` Yasuaki Ishimatsu
  2013-06-19 14:47   ` Toshi Kani
  0 siblings, 1 reply; 4+ messages in thread
From: Yasuaki Ishimatsu @ 2013-06-19  4:43 UTC (permalink / raw)
  To: Toshi Kani; +Cc: rjw, linux-acpi, linux-kernel

2013/06/19 6:06, Toshi Kani wrote:
> config ACPI_HOTPLUG_MEMORY has been changed to bool (y/n), and
> its module option is no longer valid.  So, remove the use of
> CONFIG_ACPI_HOTPLUG_MEMORY_MODULE.
> 
> Signed-off-by: Toshi Kani <toshi.kani@hp.com>
> ---
>   include/linux/acpi.h |    3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> index 17b5b59..353ba25 100644
> --- a/include/linux/acpi.h
> +++ b/include/linux/acpi.h
> @@ -352,8 +352,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
>   
>   /* Enable _OST when all relevant hotplug operations are enabled */
>   #if defined(CONFIG_ACPI_HOTPLUG_CPU) &&			\
> -	(defined(CONFIG_ACPI_HOTPLUG_MEMORY) ||		\
> -	 defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) &&	\
> +	defined(CONFIG_ACPI_HOTPLUG_MEMORY) &&		\
>   	defined(CONFIG_ACPI_CONTAINER)
>   #define ACPI_HOTPLUG_OST
>   #endif
> --
Good catch!!

Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

Thanks,
Yasuaki Ishimatsu

> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE
  2013-06-19  4:43 ` Yasuaki Ishimatsu
@ 2013-06-19 14:47   ` Toshi Kani
  2013-06-19 23:19     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Toshi Kani @ 2013-06-19 14:47 UTC (permalink / raw)
  To: Yasuaki Ishimatsu; +Cc: rjw, linux-acpi, linux-kernel

On Wed, 2013-06-19 at 13:43 +0900, Yasuaki Ishimatsu wrote:
> 2013/06/19 6:06, Toshi Kani wrote:
> > config ACPI_HOTPLUG_MEMORY has been changed to bool (y/n), and
> > its module option is no longer valid.  So, remove the use of
> > CONFIG_ACPI_HOTPLUG_MEMORY_MODULE.
> > 
> > Signed-off-by: Toshi Kani <toshi.kani@hp.com>
> > ---
> >   include/linux/acpi.h |    3 +--
> >   1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> > index 17b5b59..353ba25 100644
> > --- a/include/linux/acpi.h
> > +++ b/include/linux/acpi.h
> > @@ -352,8 +352,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
> >   
> >   /* Enable _OST when all relevant hotplug operations are enabled */
> >   #if defined(CONFIG_ACPI_HOTPLUG_CPU) &&			\
> > -	(defined(CONFIG_ACPI_HOTPLUG_MEMORY) ||		\
> > -	 defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) &&	\
> > +	defined(CONFIG_ACPI_HOTPLUG_MEMORY) &&		\
> >   	defined(CONFIG_ACPI_CONTAINER)
> >   #define ACPI_HOTPLUG_OST
> >   #endif
> > --
> Good catch!!
> 
> Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

Thanks Yasuaki!
-Toshi



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE
  2013-06-19 14:47   ` Toshi Kani
@ 2013-06-19 23:19     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2013-06-19 23:19 UTC (permalink / raw)
  To: Toshi Kani; +Cc: Yasuaki Ishimatsu, linux-acpi, linux-kernel

On Wednesday, June 19, 2013 08:47:17 AM Toshi Kani wrote:
> On Wed, 2013-06-19 at 13:43 +0900, Yasuaki Ishimatsu wrote:
> > 2013/06/19 6:06, Toshi Kani wrote:
> > > config ACPI_HOTPLUG_MEMORY has been changed to bool (y/n), and
> > > its module option is no longer valid.  So, remove the use of
> > > CONFIG_ACPI_HOTPLUG_MEMORY_MODULE.
> > > 
> > > Signed-off-by: Toshi Kani <toshi.kani@hp.com>
> > > ---
> > >   include/linux/acpi.h |    3 +--
> > >   1 file changed, 1 insertion(+), 2 deletions(-)
> > > 
> > > diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> > > index 17b5b59..353ba25 100644
> > > --- a/include/linux/acpi.h
> > > +++ b/include/linux/acpi.h
> > > @@ -352,8 +352,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
> > >   
> > >   /* Enable _OST when all relevant hotplug operations are enabled */
> > >   #if defined(CONFIG_ACPI_HOTPLUG_CPU) &&			\
> > > -	(defined(CONFIG_ACPI_HOTPLUG_MEMORY) ||		\
> > > -	 defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) &&	\
> > > +	defined(CONFIG_ACPI_HOTPLUG_MEMORY) &&		\
> > >   	defined(CONFIG_ACPI_CONTAINER)
> > >   #define ACPI_HOTPLUG_OST
> > >   #endif
> > > --
> > Good catch!!
> > 
> > Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
> 
> Thanks Yasuaki!

Queued up for 3.11.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-19 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 21:06 [PATCH] ACPI: Remove the use of CONFIG_ACPI_HOTPLUG_MEMORY_MODULE Toshi Kani
2013-06-19  4:43 ` Yasuaki Ishimatsu
2013-06-19 14:47   ` Toshi Kani
2013-06-19 23:19     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).