Re: Compile Error on 2.6.17-mm6

From: Matt Reuther
Date: Sun Jul 09 2006 - 03:13:21 EST


On Sunday 09 July 2006 12:37 am, Randy.Dunlap wrote:

> From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
>
> MICROCODE needs FW_LOADER functions.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
> ---
> arch/i386/Kconfig | 1 +
> arch/x86_64/Kconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> --- linux-2617-mm6.orig/arch/x86_64/Kconfig
> +++ linux-2617-mm6/arch/x86_64/Kconfig
> @@ -159,6 +159,7 @@ config X86_GOOD_APIC
>
> config MICROCODE
> tristate "/dev/cpu/microcode - Intel CPU microcode support"
> + depends on FW_LOADER
> ---help---
> If you say Y here the 'File systems' section, you will be
> able to update the microcode on Intel processors. You will
> --- linux-2617-mm6.orig/arch/i386/Kconfig
> +++ linux-2617-mm6/arch/i386/Kconfig
> @@ -399,6 +399,7 @@ config X86_REBOOTFIXUPS
>
> config MICROCODE
> tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support"
> + depends on FW_LOADER
> ---help---
> If you say Y here and also to "/dev file system support" in the
> 'File systems' section, you will be able to update the microcode on

This fixes the error. Thanks for your help!
Matt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/