[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XEN][POWERPC] An OK spot to flush the I-Cache
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID a0b47a11b52df23c2fbbe447fedb807bfceeaf32 # Parent 0379ac3367b2a772f81ebc16cc204b5c17c803b8 [XEN][POWERPC] An OK spot to flush the I-Cache Its not the best, but it will do for now. Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx> Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- xen/arch/powerpc/domain.c | 1 + 1 files changed, 1 insertion(+) diff -r 0379ac3367b2 -r a0b47a11b52d xen/arch/powerpc/domain.c --- a/xen/arch/powerpc/domain.c Mon Oct 02 21:40:26 2006 -0400 +++ b/xen/arch/powerpc/domain.c Mon Oct 02 21:43:09 2006 -0400 @@ -232,6 +232,7 @@ void context_switch(struct vcpu *prev, s mtsdr1(next->domain->arch.htab.sdr1); local_flush_tlb(); /* XXX maybe flush_tlb_mask? */ + cpu_flush_icache(); if (is_idle_vcpu(next)) { reset_stack_and_jump(idle_loop); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |