[kernel] r16086 - dists/sid/linux-2.6/debian/patches/features/all/xen

Ben Hutchings benh at alioth.debian.org
Thu Aug 5 15:18:02 UTC 2010


Author: benh
Date: Thu Aug  5 15:17:47 2010
New Revision: 16086

Log:
Fix field name changed in 2.6.32.17

Modified:
   dists/sid/linux-2.6/debian/patches/features/all/xen/pvops-update.patch

Modified: dists/sid/linux-2.6/debian/patches/features/all/xen/pvops-update.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/xen/pvops-update.patch	Thu Aug  5 12:57:30 2010	(r16085)
+++ dists/sid/linux-2.6/debian/patches/features/all/xen/pvops-update.patch	Thu Aug  5 15:17:47 2010	(r16086)
@@ -30,3 +30,14 @@
  		return -ENOMEM;
  
  	return 0;
+--- a/drivers/xen/acpi_processor.c
++++ b/drivers/xen/acpi_processor.c
+@@ -227,7 +227,7 @@
+ 		data->reg.space_id = reg->space_id;
+ 		data->reg.bit_width = reg->bit_width;
+ 		data->reg.bit_offset = reg->bit_offset;
+-		data->reg.access_size = reg->reserved;
++		data->reg.access_size = reg->access_size;
+ 		data->reg.address = reg->address;
+ 
+ 		/* Get dependency relationships, _CSD is not supported yet */



More information about the Kernel-svn-changes mailing list