* [PATCH] exec.c: fix typo in comment (fluch -> flush)
@ 2009-04-24 18:06 Sebastian Herbszt
2009-04-24 23:26 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Herbszt @ 2009-04-24 18:06 UTC (permalink / raw)
To: kvm; +Cc: herbszt
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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] exec.c: fix typo in comment (fluch -> flush)
2009-04-24 18:06 [PATCH] exec.c: fix typo in comment (fluch -> flush) Sebastian Herbszt
@ 2009-04-24 23:26 ` Marcelo Tosatti
0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2009-04-24 23:26 UTC (permalink / raw)
To: Sebastian Herbszt; +Cc: kvm
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-24 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 18:06 [PATCH] exec.c: fix typo in comment (fluch -> flush) Sebastian Herbszt
2009-04-24 23:26 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox