[PATCH 04/15] powerpc: Define CPU feature for Architected 2.06 HV mode

2011-04-05 Thread Benjamin Herrenschmidt
This bit indicates that we are operating in hypervisor mode on a CPU compliant to architecture 2.06 or later (currently server only). We set it on POWER7 and have a boot-time CPU setup function that clears it if MSR:HV isn't set (booting under a hypervisor). Signed-off-by: Benjamin Herrenschmidt

Re: [PATCH 04/15] powerpc: Define CPU feature for Architected 2.06 HV mode

2011-04-05 Thread Michael Neuling
In message 1301984051-18413-5-git-send-email-b...@kernel.crashing.org you wrote: This bit indicates that we are operating in hypervisor mode on a CPU compliant to architecture 2.06 or later (currently server only). We set it on POWER7 and have a boot-time CPU setup function that clears it

Re: [PATCH 04/15] powerpc: Define CPU feature for Architected 2.06 HV mode

2011-04-05 Thread Benjamin Herrenschmidt
On Tue, 2011-04-05 at 16:30 +1000, Michael Neuling wrote: In message 1301984051-18413-5-git-send-email-b...@kernel.crashing.org you wrote: This bit indicates that we are operating in hypervisor mode on a CPU compliant to architecture 2.06 or later (currently server only). We set it on