Re: [PATCH x86] [9/16] Remove CPU capabitilites printks on i386

2008-01-04 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > I don't know of any case where they have been useful and they look > ugly. yeah - and KERN_DEBUG is rarely useful anyway. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

[PATCH x86] [9/16] Remove CPU capabitilites printks on i386

2008-01-03 Thread Andi Kleen
I don't know of any case where they have been useful and they look ugly. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- arch/x86/kernel/cpu/common.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) Index: linux/arch/x86/kernel/cpu/common.c ===