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.


svn path=/dists/sid/linux-2.6/; revision=15674
This commit is contained in:
Ben Hutchings 2010-05-13 01:54:31 +00:00
parent baa73e4a13
commit a9cceca359
1 changed files with 1 additions and 1 deletions

View File

@ -2601,7 +2601,7 @@ index c245b6a..d4a50e9 100644
@@ -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;