From: Timur Tabi Date: Tue, 3 Mar 2009 06:23:47 +0000 (+0000) Subject: powerpc: Add defintion for MSR[GS] to list of MSR bits X-Git-Tag: v2.6.30-rc1~619^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dca4efe88a8987b6e8496facc74de0555cc6617;p=pandora-kernel.git powerpc: Add defintion for MSR[GS] to list of MSR bits Add macros for the GS (guest state) bit to the list of MSR bit definitions. On PowerPC cores that support embedded hypervisor mode, GS is cleared if the system is running in hypervisor state (and MSR[PR] is cleared), and set if it's running in guest state. See the Power ISA 2.06 specification for more information. Signed-off-by: Timur Tabi Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed