diff mbox

[28/28] powerpc: Enable GENERIC_HARDIRQS_NO_DEPRECATED.

Message ID 20110308000023.GG16649@mail.wantstofly.org (mailing list archive)
State Accepted, archived
Commit 17b9f9e2653a2eae3b7e1bb8a1f7f80f6edc3fe3
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Lennert Buytenhek March 8, 2011, midnight UTC
Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
---
 arch/powerpc/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Grant Likely March 8, 2011, 4:38 a.m. UTC | #1
On Tue, Mar 08, 2011 at 01:00:23AM +0100, Lennert Buytenhek wrote:
> Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>

All 28 look good to me, it compiles with all the defconfigs I tried,
and it boots on mpc5200.  Feel free to add:

Acked-by: Grant Likely <grant.likely@secretlab.ca>

Ben, I've got this series applied against 2.6.38-rc7 in a branch on my
private repo.  If you want me to I can push it out to my powerpc/next
branch so that it gets some linux-next exposure.

g.

> ---
>  arch/powerpc/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 7d69e9b..71ba047 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -134,6 +134,7 @@ config PPC
>  	select HAVE_GENERIC_HARDIRQS
>  	select HAVE_SPARSE_IRQ
>  	select IRQ_PER_CPU
> +	select GENERIC_HARDIRQS_NO_DEPRECATED
>  
>  config EARLY_PRINTK
>  	bool
> -- 
> 1.7.4
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
Benjamin Herrenschmidt March 8, 2011, 4:48 a.m. UTC | #2
On Mon, 2011-03-07 at 21:38 -0700, Grant Likely wrote:
> 
> All 28 look good to me, it compiles with all the defconfigs I tried,
> and it boots on mpc5200.  Feel free to add:
> 
> Acked-by: Grant Likely <grant.likely@secretlab.ca>
> 
> Ben, I've got this series applied against 2.6.38-rc7 in a branch on my
> private repo.  If you want me to I can push it out to my powerpc/next
> branch so that it gets some linux-next exposure.

Nah, I'll pick it up, will do some tests first. I'm just finishing some
CPU hotplug fixes/cleanups now and will do that next.

Cheers,
Ben.
diff mbox

Patch

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 7d69e9b..71ba047 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -134,6 +134,7 @@  config PPC
 	select HAVE_GENERIC_HARDIRQS
 	select HAVE_SPARSE_IRQ
 	select IRQ_PER_CPU
+	select GENERIC_HARDIRQS_NO_DEPRECATED
 
 config EARLY_PRINTK
 	bool