Prev: [resend] thermal: improvements re. forced passive cooling
Next: perf events: Remove CONFIG_EVENT_PROFILE
From: Benjamin Herrenschmidt on 28 Oct 2009 23:30 On Wed, 2009-10-28 at 15:59 -0500, Nathan Fontenot wrote: > +#ifdef CONFIG_ARCH_CPU_PROBE_RELEASE > +static ssize_t cpu_probe(const char *buf, size_t count) dlpar_cpu_probe() pls > +static ssize_t cpu_release(const char *buf, size_t count) > +{ Ditto. Or else in system.map, backtraces, etc... it's hard to figure out off hand where it's dying :-) Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nathan Fontenot on 2 Nov 2009 11:20 Benjamin Herrenschmidt wrote: > On Wed, 2009-10-28 at 15:59 -0500, Nathan Fontenot wrote: > >> +#ifdef CONFIG_ARCH_CPU_PROBE_RELEASE >> +static ssize_t cpu_probe(const char *buf, size_t count) > > dlpar_cpu_probe() pls > >> +static ssize_t cpu_release(const char *buf, size_t count) >> +{ > > Ditto. > > Or else in system.map, backtraces, etc... it's hard to figure out off > hand where it's dying :-) Good point, I'll fix this. -Nathan > > Cheers, > Ben. > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Paul Mackerras on 25 Nov 2009 22:10
Nathan Fontenot writes: > This patch adds the specific routines to probe and release (add and remove) > cpu resource for the powerpc pseries platform and registers these handlers > with the ppc_md callout structure. > > Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> Acked-by: Paul Mackerras <paulus(a)samba.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |