Message ID | 1240596408$2954@local (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 24, 2009 at 08:06:48PM +0200, Sebastian Herbszt wrote: > Fix typo in comment in exec.c (fluch -> flush). > > Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> > > Index: kvm-84-714-g2919cca/exec.c > =================================================================== > --- kvm-84-714-g2919cca.orig/exec.c > +++ kvm-84-714-g2919cca/exec.c > @@ -3187,7 +3187,7 @@ void cpu_physical_memory_rw(target_phys_ > (0xff & ~CODE_DIRTY_FLAG); > } > /* qemu doesn't execute guest code directly, but kvm does > - therefore fluch instruction caches */ > + therefore flush instruction caches */ > if (kvm_enabled()) > flush_icache_range((unsigned long)ptr, > ((unsigned long)ptr)+l); Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Index: kvm-84-714-g2919cca/exec.c =================================================================== --- kvm-84-714-g2919cca.orig/exec.c +++ kvm-84-714-g2919cca/exec.c @@ -3187,7 +3187,7 @@ void cpu_physical_memory_rw(target_phys_ (0xff & ~CODE_DIRTY_FLAG); } /* qemu doesn't execute guest code directly, but kvm does - therefore fluch instruction caches */ + therefore flush instruction caches */ if (kvm_enabled()) flush_icache_range((unsigned long)ptr, ((unsigned long)ptr)+l);
Fix typo in comment in exec.c (fluch -> flush). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html