From: Hollis Blanchard Date: Thu, 17 Apr 2008 04:28:06 +0000 (-0500) Subject: ppc: Export tlb_44x_hwater for KVM X-Git-Tag: v2.6.26-rc1~1028^2~11 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=4baacfb0de53b05428c87d377fc8a3def4dc10e7;p=safe%2Fjmp%2Flinux-2.6 ppc: Export tlb_44x_hwater for KVM PowerPC 440 KVM needs to know how many TLB entries are used for the host kernel linear mapping (it does not modify these mappings when switching between guest and host execution). Signed-off-by: Hollis Blanchard Acked-by: Josh Boyer Acked-by: Paul Mackerras Signed-off-by: Avi Kivity --- diff --git a/include/asm-powerpc/mmu-44x.h b/include/asm-powerpc/mmu-44x.h index c8b02d9..a825524 100644 --- a/include/asm-powerpc/mmu-44x.h +++ b/include/asm-powerpc/mmu-44x.h @@ -53,6 +53,8 @@ #ifndef __ASSEMBLY__ +extern unsigned int tlb_44x_hwater; + typedef struct { unsigned long id; unsigned long vdso_base;