|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Missing initialization in cache sync code (by Anthony Xu
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID b4925703b56c0944e304f073c3117da4f3d71ccd
# Parent 5222e8d456aea9a7cf432d0d4ad8a3a7ac602c5b
Missing initialization in cache sync code (by Anthony Xu)
diff -r 5222e8d456ae -r b4925703b56c xen/arch/ia64/xen/xenmisc.c
--- a/xen/arch/ia64/xen/xenmisc.c Thu Dec 29 21:31:18 2005
+++ b/xen/arch/ia64/xen/xenmisc.c Fri Dec 30 18:55:19 2005
@@ -377,7 +377,7 @@
void sync_split_caches(void)
{
- unsigned long ret, progress;
+ unsigned long ret, progress = 0;
if (cpu_has_split_cache) {
/* Sync d/i cache conservatively */
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-changelog] Missing initialization in cache sync code (by Anthony Xu),
Xen patchbot -unstable <=
|
|
|
|
|