From: Josh B. <jw...@li...> - 2008-04-10 14:33:05
|
On Mon, 07 Apr 2008 15:53:32 -0500 Hollis Blanchard <ho...@us...> wrote: > 1 file changed, 2 insertions(+) > include/asm-powerpc/mmu-44x.h | 2 ++ > > > 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 <ho...@us...> Acked-by: Josh Boyer <jw...@li...> > > diff --git a/include/asm-powerpc/mmu-44x.h b/include/asm-powerpc/mmu-44x.h > --- 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 unsigned long long phys_addr_t; > > typedef struct { > _______________________________________________ > Linuxppc-dev mailing list > Lin...@oz... > https://ozlabs.org/mailman/listinfo/linuxppc-dev |