Re: [RFC PATCH] ppc: don't override CONFIG_PPC_PSERIES_DEBUG

2010-10-14 Thread Linas Vepstas
On 14 October 2010 12:48, Nishanth Aravamudan wrote: > These files undef DEBUG, but I think they were added before the ability > to control this from Kconfig. Right. > It's really annoying to only get some of > the debug messages! I don't get the big picture. Will there be some CONFIG_DEBUG_EE

Re: [RFC PATCH] ppc: don't override CONFIG_PPC_PSERIES_DEBUG

2010-10-14 Thread Michael Ellerman
On Thu, 2010-10-14 at 17:23 -0700, Nishanth Aravamudan wrote: > On 15.10.2010 [11:14:23 +1100], Michael Ellerman wrote: > > On Thu, 2010-10-14 at 10:48 -0700, Nishanth Aravamudan wrote: > > > Because the lpar and pci_dlpar code is pretty low-level & verbose, > > > perhaps it makes sense to add anot

Re: [RFC PATCH] ppc: don't override CONFIG_PPC_PSERIES_DEBUG

2010-10-14 Thread Nishanth Aravamudan
On 15.10.2010 [11:14:23 +1100], Michael Ellerman wrote: > On Thu, 2010-10-14 at 10:48 -0700, Nishanth Aravamudan wrote: > > These files undef DEBUG, but I think they were added before the ability > > to control this from Kconfig. > > Perhaps. Some people, *cough*, have a tendency to merge those b

Re: [RFC PATCH] ppc: don't override CONFIG_PPC_PSERIES_DEBUG

2010-10-14 Thread Michael Ellerman
On Thu, 2010-10-14 at 10:48 -0700, Nishanth Aravamudan wrote: > These files undef DEBUG, but I think they were added before the ability > to control this from Kconfig. Perhaps. Some people, *cough*, have a tendency to merge those back in again from time to time :) > It's really annoying to only

[RFC PATCH] ppc: don't override CONFIG_PPC_PSERIES_DEBUG

2010-10-14 Thread Nishanth Aravamudan
These files undef DEBUG, but I think they were added before the ability to control this from Kconfig. It's really annoying to only get some of the debug messages! Signed-off-by: Nishanth Aravamudan --- Because the lpar and pci_dlpar code is pretty low-level & verbose, perhaps it makes sense to a