Displaying 1 result from an estimated 1 matches for "18eff064c628".
2008 Dec 02
0
[PATCH] Fix Xen panic with oprofile
...processor (Xeon X5355) but, as the patch doesn''t seem to have gone
into mainline yet [2], I am holding off on submitting it here.
Cheers,
Niraj
[1] http://lkml.org/lkml/2008/11/11/62
[2] http://lkml.org/lkml/2008/11/17/282
Signed-off-by: Niraj Tolia <niraj.tolia@hp.com>
diff -r 18eff064c628 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c Fri Aug 22 10:45:19 2008 +0100
+++ b/xen/arch/ia64/xen/domain.c Mon Dec 01 23:52:14 2008 -0800
@@ -1673,9 +1673,6 @@ int domain_relinquish_resources(struct d
if (is_hvm_domain(d) && d->arch.sal_data)
xfree(d->arch.sal_da...