diff options
| author | Michael Neuling <mikey@neuling.org> | 2012-06-25 13:33:15 +0000 | 
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-10 19:18:06 +1000 | 
| commit | d72be892c810cb8269ed8a625fd925c30727639e (patch) | |
| tree | dad7589166a4a61fe62f71079b5a42a83cefb697 /arch/powerpc/kvm/bookehv_interrupts.S | |
| parent | 44ce6a5ee751893ecdedbd7544c645752a5dbc01 (diff) | |
| download | olio-linux-3.10-d72be892c810cb8269ed8a625fd925c30727639e.tar.xz olio-linux-3.10-d72be892c810cb8269ed8a625fd925c30727639e.zip  | |
powerpc: Merge VCPU_GPR
Merge the defines of VCPU_GPR from different places.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kvm/bookehv_interrupts.S')
| -rw-r--r-- | arch/powerpc/kvm/bookehv_interrupts.S | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/bookehv_interrupts.S b/arch/powerpc/kvm/bookehv_interrupts.S index a623b1d32d3..18cee4b0098 100644 --- a/arch/powerpc/kvm/bookehv_interrupts.S +++ b/arch/powerpc/kvm/bookehv_interrupts.S @@ -37,7 +37,6 @@  #define LONGBYTES		(BITS_PER_LONG / 8) -#define VCPU_GPR(n)     	(VCPU_GPRS + (n * LONGBYTES))  #define VCPU_GUEST_SPRG(n)	(VCPU_GUEST_SPRGS + (n * LONGBYTES))  /* The host stack layout: */  |