Re: [2.6 patch] remove mca-pentium

2008-02-14 Thread Adrian Bunk
On Fri, Feb 15, 2008 at 01:27:36AM +0100, Ingo Molnar wrote: >... > btw., it would be nice if someone could try a "smallest possible, but > still usable" x86 kernel. > > the smallest one i could do, and which was still usable via the > networking, is the config below. It has a vmlinux of: > >

Re: [2.6 patch] remove mca-pentium

2008-02-14 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch removes the mca-pentium boot option that was a noop. thanks Adrian, applied. > 4 files changed, 12 deletions(-) btw, it saved some text too: arch/x86/kernel/cpu/bugs.o: textdata bss dec hex filename 651 77

[2.6 patch] remove mca-pentium

2008-02-14 Thread Adrian Bunk
This patch removes the mca-pentium boot option that was a noop. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- Documentation/kernel-parameters.txt |2 -- arch/x86/kernel/cpu/bugs.c |8 arch/x86/kernel/setup_32.c |1 - include/asm-x86/processor.h