On Thu, Nov 11, 2010 at 03:58:06PM -0800, Jeremy Fitzhardinge wrote:
The previous patch had this:
if (!xen_initial_domain())
+ return NULL;
which pretty much made non-priviliged kernels not do any micro code loading.
It sounds like this patch is just to not compile the Xen microcode code
if CONFIG_DOM0 is not enabled?
--