All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source.
@ 2014-02-10 16:23 Tomasz Nowicki
  2014-02-15  0:57 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Nowicki @ 2014-02-10 16:23 UTC (permalink / raw)
  To: lenb, rjw; +Cc: linux-acpi, linux-kernel, Tomasz Nowicki

ACPI_APEI is already dependent on X86, hence, there is no need to
define such dependency for ACPI_APEI_GHES again.

Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
---
 drivers/acpi/apei/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
index 786294b..1d7ca6e 100644
--- a/drivers/acpi/apei/Kconfig
+++ b/drivers/acpi/apei/Kconfig
@@ -13,7 +13,7 @@ config ACPI_APEI
 
 config ACPI_APEI_GHES
 	bool "APEI Generic Hardware Error Source"
-	depends on ACPI_APEI && X86
+	depends on ACPI_APEI
 	select ACPI_HED
 	select IRQ_WORK
 	select GENERIC_ALLOCATOR
-- 
1.7.9.5


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

* Re: [PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source.
  2014-02-10 16:23 [PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source Tomasz Nowicki
@ 2014-02-15  0:57 ` Rafael J. Wysocki
  2014-02-15  6:06   ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2014-02-15  0:57 UTC (permalink / raw)
  To: Tomasz Nowicki, Luck, Tony, Borislav Petkov
  Cc: lenb, linux-acpi, linux-kernel

On Monday, February 10, 2014 05:23:36 PM Tomasz Nowicki wrote:
> ACPI_APEI is already dependent on X86, hence, there is no need to
> define such dependency for ACPI_APEI_GHES again.
> 
> Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>

Tony, Boris, if you're fine with this, I'll take it for 3.15.

> ---
>  drivers/acpi/apei/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
> index 786294b..1d7ca6e 100644
> --- a/drivers/acpi/apei/Kconfig
> +++ b/drivers/acpi/apei/Kconfig
> @@ -13,7 +13,7 @@ config ACPI_APEI
>  
>  config ACPI_APEI_GHES
>  	bool "APEI Generic Hardware Error Source"
> -	depends on ACPI_APEI && X86
> +	depends on ACPI_APEI
>  	select ACPI_HED
>  	select IRQ_WORK
>  	select GENERIC_ALLOCATOR
> 

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

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

* Re: [PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source.
  2014-02-15  0:57 ` Rafael J. Wysocki
@ 2014-02-15  6:06   ` Borislav Petkov
  0 siblings, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2014-02-15  6:06 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Tomasz Nowicki, Luck, Tony, lenb, linux-acpi, linux-kernel

On Sat, Feb 15, 2014 at 01:57:48AM +0100, Rafael J. Wysocki wrote:
> On Monday, February 10, 2014 05:23:36 PM Tomasz Nowicki wrote:
> > ACPI_APEI is already dependent on X86, hence, there is no need to
> > define such dependency for ACPI_APEI_GHES again.
> > 
> > Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
> 
> Tony, Boris, if you're fine with this, I'll take it for 3.15.

Acked-by: Borislav Petkov <bp@suse.de>

Thanks.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

end of thread, other threads:[~2014-02-15  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10 16:23 [PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source Tomasz Nowicki
2014-02-15  0:57 ` Rafael J. Wysocki
2014-02-15  6:06   ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.