From: Liu Yu <[email protected]> So, KVM needs to read tlbcam_index to know exactly which TLB1 entry is unused by host.
Signed-off-by: Liu Yu <[email protected]> Acked-by: Kumar Gala <[email protected]> Signed-off-by: Hollis Blanchard <[email protected]> --- arch/powerpc/include/asm/mmu-fsl-booke.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm/mmu-fsl-booke.h b/arch/powerpc/include/asm/mmu-fsl-booke.h index 3f941c0..4285b64 100644 --- a/arch/powerpc/include/asm/mmu-fsl-booke.h +++ b/arch/powerpc/include/asm/mmu-fsl-booke.h @@ -75,6 +75,8 @@ #ifndef __ASSEMBLY__ +extern unsigned int tlbcam_index; + typedef struct { unsigned int id; unsigned int active; -- 1.5.6.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
