On Sat, Apr 30, 2016 at 09:29:08AM +0100, Neil Bothwick wrote: > On Sat, 30 Apr 2016 09:07:29 +0100, Mick wrote: > > > I seem to have mislaid my microcode somewhere, in the latest stable > > gentoo kernel: > > > > # grep -i MICROCODE .config > > # > > Grepping .config is unreliable, and always has been.
I usually use something like: grep MICROCODE $(find . -name Kconfig) Alec