Re: [PATCH 2/2] microcode update driver rewrite

From: Dave Jones
Date: Thu May 25 2006 - 01:20:51 EST


On Wed, May 24, 2006 at 09:05:57PM -0700, Greg Kroah-Hartman wrote:

> Don't use request_firmware, use request_firmware_nowait() instead. That
> way you never stall. You only want to update the firmware when
> userspace tells you to, not for every boot like I think this will do.

But the CPU microcode *does* need reloading on each boot, as it's stored
in volatile memory that goes away on reboot.

Dave

--
http://www.codemonkey.org.uk
-
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/