aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu-fsl-booke.h
diff options
context:
space:
mode:
authorLiu Yu <yu.liu@freescale.com>2009-01-14 10:47:36 -0600
committerAvi Kivity <avi@redhat.com>2009-03-24 11:03:05 +0200
commit87c656b4147cd08c6efba95d8d70c12cba181255 (patch)
tree9548998dad485b617f26cecf67f0e7fb1995e8d9 /arch/powerpc/include/asm/mmu-fsl-booke.h
parentKVM: MMU: Only enable cr4_pge role in shadow mode (diff)
downloadlinux-dev-87c656b4147cd08c6efba95d8d70c12cba181255.tar.xz
linux-dev-87c656b4147cd08c6efba95d8d70c12cba181255.zip
powerpc/fsl-booke: declare tlbcam_index for use in c
So, KVM needs to read tlbcam_index to know exactly which TLB1 entry is unused by host. Signed-off-by: Liu Yu <yu.liu@freescale.com> Acked-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/include/asm/mmu-fsl-booke.h2
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 3f941c0f7e8e..4285b64a65e0 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;