Re: [PATCH] drivers/virt: fix dependency on FSL booke hv management driver

2012-11-12 Thread Timur Tabi
Scott Wood wrote: > If built on non-booke, the build will fail looking for MSR_GS as reported > here: > https://lists.ozlabs.org/pipermail/linuxppc-dev/2012-November/101944.html > > Signed-off-by: Scott Wood > Reported-by: Geert Uytterhoeven > Cc: Timur Tabi > --- > Timur, I thought we were go

[PATCH] drivers/virt: fix dependency on FSL booke hv management driver

2012-11-12 Thread Scott Wood
If built on non-booke, the build will fail looking for MSR_GS as reported here: https://lists.ozlabs.org/pipermail/linuxppc-dev/2012-November/101944.html Signed-off-by: Scott Wood Reported-by: Geert Uytterhoeven Cc: Timur Tabi --- Timur, I thought we were going to get rid of that MSR_GS check..