Re: 2.6.17-mm6
From: Michal Piotrowski
Date: Mon Jul 03 2006 - 07:34:47 EST
Andrew Morton wrote:
> On Mon, 3 Jul 2006 12:50:26 +0200
> "Michal Piotrowski" <michal.k.k.piotrowski@xxxxxxxxx> wrote:
>
>> Hi,
>>
>> On 03/07/06, Andrew Morton <akpm@xxxxxxxx> wrote:
>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm6/
>>>
>> Something is missing in drivers/base/firmware_class.c?
>>
>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko
>> needs unknown symbol release_firmware
>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko
>> needs unknown symbol request_firmware
>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko
>> needs unknown symbol release_firmware
>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko
>> needs unknown symbol request_firmware
>>
>
> Presumably you'll need CONFIG_FW_LOADER?
>
Yes, thanks. How about this patch?
Regards,
Michal
--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/wiki/)
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx>
diff -uprN -X linux-mm/Documentation/dontdiff linux-mm-clean/arch/i386/Kconfig linux-mm/arch/i386/Kconfig
--- linux-mm-clean/arch/i386/Kconfig 2006-07-03 12:35:16.000000000 +0200
+++ linux-mm/arch/i386/Kconfig 2006-07-03 13:26:51.000000000 +0200
@@ -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
-
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/