commit | 24cc67de62eebbda3ce0c46bdd56582c00dccd03 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 20 18:50:55 2011 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 20 11:03:22 2011 +1000 |
tree | 7096191238ff09ab7a903674448cbf9e71c30f77 | |
parent | f6e17f9b0bf172a5813dfef0c03d0a25ba83b0de [diff] |
powerpc: Define CPU feature for Architected 2.06 HV mode 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 <benh@kernel.crashing.org>