Re: [PATCH] ppc : Use syslog macro for the printk log level.

2006-12-20 Thread Andrew Morton
On Mon, 18 Dec 2006 14:36:23 -0800 (PST) David Rientjes <[EMAIL PROTECTED]> wrote: > --- a/arch/arm/vfp/vfphw.S > +++ b/arch/arm/vfp/vfphw.S > @@ -18,13 +18,15 @@ #include > #include > #include "../kernel/entry-header.S" > > +#define KERN_DEBUG "<7>" > + These definitions should be availa

Re: [PATCH] ppc : Use syslog macro for the printk log level.

2006-12-18 Thread David Rientjes
Remove the remaining hard-coded printk levels. Signed-off-by: David Rientjes <[EMAIL PROTECTED]> --- arch/arm/lib/io-acorn.S |4 +++- arch/arm/vfp/vfphw.S|8 +--- arch/arm26/lib/io-acorn.S |4 +++- drivers/isdn/i4l/isdn_bsdcomp.c |4 ++-- drivers/net/

[PATCH] ppc : Use syslog macro for the printk log level.

2006-12-18 Thread Robert P. J. Day
Use the appropriate logging macro for the priority level for that printk call. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- this appears to be the only instance in the entire tree of hard-coding the log level in a printk. diff --git a/arch/ppc/syslib/m8260_pci_erratum9.c b/arc