Re: Compile Error on 2.6.17-mm6

From: Andrew Morton
Date: Sat Jul 08 2006 - 23:43:14 EST


On Sat, 8 Jul 2006 20:34:24 -0700
"Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> wrote:

> On Sat, 8 Jul 2006 17:43:47 -0700 Andrew Morton wrote:
>
> > On Fri, 7 Jul 2006 22:22:16 -0400
> > Matt Reuther <mreuther@xxxxxxxxx> wrote:
> >
> > > Here is the error:
> > > CHK include/linux/compile.h
> > > UPD include/linux/compile.h
> > > CC init/version.o
> > > LD init/built-in.o
> > > LD .tmp_vmlinux1
> > > arch/i386/kernel/built-in.o(.text+0xe282): In function
> > > `cpu_request_microcode':
> > > arch/i386/kernel/microcode.c:544: undefined reference to `request_firmware'
> > > arch/i386/kernel/built-in.o(.text+0xe304):arch/i386/kernel/microcode.c:573:
> > > undefined reference to `release_firmware'
> >
> > CONFIG_FW_LOADER=m
> > CONFIG_MICROCODE=y
> >
> > So
> >
> > config MICROCODE
> > tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support"
> > depends on FW_LOADER
> >
> > is not sufficient. There's a fix for this, but I cannot remember what it
> > is. Help.
>
> That 1-line depends patch fixes the problem for me (on x86-64,
> but they are the same in this area).
>

What patch is that?
-
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/