Alexey Dobriyan wrote:
> , rendering "debug-alternative" option useless.
So drop the patch entirely or change the DPRINTK macro to use pr_debug?
Jack
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at htt
On Sat, Jun 09, 2007 at 09:08:46AM +0100, Jack Stone wrote:
> This patch converts all DPRINTKs in alternative.c to pr_debug
, rendering "debug-alternative" option useless.
> --- linux/arch/i386/kernel/alternative.c
> +++ linux/arch/i386/kernel/alternative.c
> @@ -1,3 +1,4 @@
> +#include
> #incl
This patch converts all DPRINTKs in alternative.c to pr_debug
Signed-off-by: Jack Stone <[EMAIL PROTECTED]>
---
--- linux/arch/i386/kernel/alternative.c2007-06-07 17:25:46.0
+0100
+++ linux/arch/i386/kernel/alternative.c2007-06-07 20:45:52.0
+0100
@@ -1,3 +1,4 @@
Signed-off-by: Jack Stone <[EMAIL PROTECTED]>
---
-#define DPRINTK(fmt, args...) if (debug_alternative) \
- printk(KERN_DEBUG fmt, args)
-
#ifdef GENERIC_NOP1
/* Use inline assembly to define this because the nops are defined
as inline assembly strings in the include files and we cannot
4 matches
Mail list logo