lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 20 Dec 2006 19:36:42 -0800
From:	Andrew Morton <akpm@...l.org>
To:	David Rientjes <rientjes@...washington.edu>
Cc:	"Robert P. J. Day" <rpjday@...dspring.com>,
	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] ppc : Use syslog macro for the printk log level.

On Mon, 18 Dec 2006 14:36:23 -0800 (PST)
David Rientjes <rientjes@...washington.edu> wrote:

> --- a/arch/arm/vfp/vfphw.S
> +++ b/arch/arm/vfp/vfphw.S
> @@ -18,13 +18,15 @@ #include <asm/thread_info.h>
>  #include <asm/vfpmacros.h>
>  #include "../kernel/entry-header.S"
>  
> +#define KERN_DEBUG	"<7>"
> +

These definitions should be available to assembly code via inclusion of
kernel.h?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists