[PATCH] booke/powerpc: define wimge shift mask to fix compilation error

2014-05-12 Thread Bharat Bhushan
This fixes below compilation error on SOCs where CONFIG_PHYS_64BIT is not defined: arch/powerpc/kvm/e500_mmu_host.c: In function 'kvmppc_e500_shadow_map': | arch/powerpc/kvm/e500_mmu_host.c:631:20: error: 'PTE_WIMGE_SHIFT' undeclared (first use in this function) |wimg = (*ptep >> PTE_WIMGE_S

[PATCH] booke/powerpc: define wimge shift mask to fix compilation error

2014-05-12 Thread Bharat Bhushan
This fixes below compilation error on SOCs where CONFIG_PHYS_64BIT is not defined: arch/powerpc/kvm/e500_mmu_host.c: In function 'kvmppc_e500_shadow_map': | arch/powerpc/kvm/e500_mmu_host.c:631:20: error: 'PTE_WIMGE_SHIFT' undeclared (first use in this function) |wimg = (*ptep >> PTE_WIMGE_S

Re: [PATCH] booke/powerpc: define wimge shift mask to fix compilation error

2014-05-12 Thread Alexander Graf
> Am 13.05.2014 um 07:05 schrieb Bharat Bhushan : > > This fixes below compilation error on SOCs where CONFIG_PHYS_64BIT > is not defined: > > arch/powerpc/kvm/e500_mmu_host.c: In function 'kvmppc_e500_shadow_map': > | arch/powerpc/kvm/e500_mmu_host.c:631:20: error: 'PTE_WIMGE_SHIFT' > undecla

RE: [PATCH] booke/powerpc: define wimge shift mask to fix compilation error

2014-05-13 Thread bharat.bhus...@freescale.com
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Tuesday, May 13, 2014 11:18 AM > To: Bhushan Bharat-R65777 > Cc: ; ; Wood Scott-B07421; > Bhushan > Bharat-R65777 > Subject: Re: [PATCH] booke/powerpc: define wimge shift mask to