Olof Johansson writes: > Don't allow cpu hotplug on systems lacking XICS interrupt controller, > since current code is hardcoded for it. ... > + for (np = NULL; (np = of_find_node_by_name(np, > + "interrupt-controller"));) { Looks like for_each_node_by_name would be nicer here. If you agree, I'll hand-edit your patch to do that and apply it. Of course, ultimately we should implement the necessary mpic bits to support cpu hotplug. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- From: Olof Johansson <[email protected]>
- Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- References:
- [patch 09/12] Fix SMP poweroff hangs
- From: Greg KH <[email protected]>
- Re: [patch 09/12] Fix SMP poweroff hangs
- From: Olof Johansson <[email protected]>
- Re: [stable] [patch 09/12] Fix SMP poweroff hangs
- From: Greg KH <[email protected]>
- Re: [stable] [patch 09/12] Fix SMP poweroff hangs
- From: Thomas Gleixner <[email protected]>
- Re: [stable] [patch 09/12] Fix SMP poweroff hangs
- From: Linus Torvalds <[email protected]>
- [PATCH] powerpc: don't enable cpu hotplug on mpic-based pseries
- From: Olof Johansson <[email protected]>
- Re: [PATCH] powerpc: don't enable cpu hotplug on mpic-based pseries
- From: Stephen Rothwell <[email protected]>
- [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- From: Olof Johansson <[email protected]>
- [patch 09/12] Fix SMP poweroff hangs
- Prev by Date: Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24
- Next by Date: Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- Previous by thread: Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- Next by thread: Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries
- Index(es):