[kernel] r15674 - dists/sid/linux-2.6/debian/patches/features/all/xen
Ben Hutchings
benh at alioth.debian.org
Thu May 13 01:54:33 UTC 2010
Author: benh
Date: Thu May 13 01:54:31 2010
New Revision: 15674
Log:
Refresh xen-pvops patch for 2.6.32.13
commit 4515b172cd9fc6bd7c9ee2264ed650411fcd118e "x86, k8 nb: Fix boot
crash: enable k8_northbridges unconditionally on AMD systems" changed
the context for one hunk in arch/x86/kernel/pci-gart_64.c.
Modified:
dists/sid/linux-2.6/debian/patches/features/all/xen/pvops.patch
Modified: dists/sid/linux-2.6/debian/patches/features/all/xen/pvops.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/xen/pvops.patch Thu May 13 01:22:22 2010 (r15673)
+++ dists/sid/linux-2.6/debian/patches/features/all/xen/pvops.patch Thu May 13 01:54:31 2010 (r15674)
@@ -2601,7 +2601,7 @@
@@ -721,7 +730,7 @@ void __init gart_iommu_init(void)
long i;
- if (cache_k8_northbridges() < 0 || num_k8_northbridges == 0)
+ if (num_k8_northbridges == 0)
- return;
+ return 0;
More information about the Kernel-svn-changes
mailing list