Re: [PATCH 1/1] [x86] Configuration options to compile out x86 CPU support code

2008-08-15 Thread H. Peter Anvin
Ingo Molnar wrote: * Thomas Petazzoni <[EMAIL PROTECTED]> wrote: This patch adds some configuration options that allow to compile out CPU vendor-specific code in x86 kernels (in arch/x86/kernel/cpu). The new configuration options are only visible when CONFIG_EMBEDDED is selected, as they are

Re: [PATCH 1/1] [x86] Configuration options to compile out x86 CPU support code

2008-08-15 Thread Ingo Molnar
-tip testing found a couple of build failures: LD .tmp_vmlinux1 arch/x86/lib/lib.a(usercopy_32.o): In function `__copy_to_user_ll': (.text+0x11e): undefined reference to `movsl_mask' arch/x86/lib/lib.a(usercopy_32.o): In function `__copy_from_user_ll': (.text+0x1fa): undefined reference to

Re: [PATCH 1/1] [x86] Configuration options to compile out x86 CPU support code

2008-08-15 Thread Ingo Molnar
* Thomas Petazzoni <[EMAIL PROTECTED]> wrote: > This patch adds some configuration options that allow to compile out > CPU vendor-specific code in x86 kernels (in arch/x86/kernel/cpu). The > new configuration options are only visible when CONFIG_EMBEDDED is > selected, as they are mostly inter

Re: [PATCH] bootup: Add built-in kernel command line for x86 (v2)

2008-08-15 Thread Ingo Molnar
* Tim Bird <[EMAIL PROTECTED]> wrote: > + To compile command line arguments into the kernel, > + set this option to 'Y', then fill in the FYI, this tab-to-space whitespace error caused this build failure in -tip testing: arch/x86/Kconfig:1500: unknown option "set" arch/x86/Kconfi

Re: [PATCH] bootup: Add built-in kernel command line for x86 (v2)

2008-08-15 Thread Ingo Molnar
* Tim Bird <[EMAIL PROTECTED]> wrote: > Allow x86 to support a built-in kernel command line. The built-in > command line can override the one provided by the boot loader, for > those cases where the boot loader is broken or it is difficult to > change the command line in the the boot loader.

Re: embedded rootfs utility

2008-08-15 Thread Michelle Konzack
Hello Behan, Since I am running Debian GNU/Linux on my ARMs... I like to know, whether I can use it for the Atmel AT91SAM7SE, Atmel AT91SAM9G20, Freescale i.MX31 and NXP LH7A404 too? I have a WHOLE Debian mirror available and currently building my EmDebian mirror too. Thanks, Greeti