On Wed, Mar 09, 2016 at 01:41:17PM +0100, Ingo Molnar wrote: > I think we should rather update the 32-bit defconfig? 64-bit stacks > are more generous, and a 2K stack footprint is pretty extreme on > 32-bit I think ...
See reply to this message. With it, i386 defconfig of tip/master builds fine and without warnings even though relevant stuff is selected: $ grep -E "(MICROCODE|FRAME_WARN)" .config CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_FRAME_WARN=1024 -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.