Re: [PATCH] powerpc: add defintion for MSR[GS] to list of MSR bits

2009-03-02 Thread Timur Tabi
Michael Neuling wrote: diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h Shouldn't this be in reg_booke.h? Yes, you're right. -- Timur Tabi Linux Kernel Developer @ Freescale ___ Linuxppc-dev mailing list Linuxppc-dev@oz

Re: [PATCH] powerpc: add defintion for MSR[GS] to list of MSR bits

2009-03-02 Thread Michael Neuling
> 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 specificat

[PATCH] powerpc: add defintion for MSR[GS] to list of MSR bits

2009-03-02 Thread Timur Tabi
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