rpms/kernel/devel linux-2.6-xen-compile-fixes.patch,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Sep 2 14:25:11 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17594

Modified Files:
	linux-2.6-xen-compile-fixes.patch 
Log Message:
xen fix

linux-2.6-xen-compile-fixes.patch:
 arch/i386/kernel/acpi/boot-xen.c                                |    3 ++-
 linux-2.6.15.xen/arch/x86_64/kernel/pmtimer.c                   |    2 ++
 linux-2.6.15.xen/include/asm-i386/mach-xen/asm/swiotlb.h        |    1 +
 linux-2.6.15.xen/include/asm-x86_64/mach-xen/asm/processor.h    |    2 ++
 linux-2.6.16.noarch/include/asm-x86_64/ipi.h                    |    2 ++
 linux-2.6.17.noarch/include/asm-x86_64/mach-xen/asm/processor.h |    6 ++++++
 6 files changed, 15 insertions(+), 1 deletion(-)

Index: linux-2.6-xen-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-xen-compile-fixes.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- linux-2.6-xen-compile-fixes.patch	26 Jul 2006 04:08:13 -0000	1.14
+++ linux-2.6-xen-compile-fixes.patch	2 Sep 2006 14:25:07 -0000	1.15
@@ -66,3 +66,18 @@
 +#endif
  
  #endif /* __ASM_IPI_H */
+--- linux-2.6.17.noarch/include/asm-x86_64/mach-xen/asm/processor.h~	2006-09-02 10:21:42.000000000 -0400
++++ linux-2.6.17.noarch/include/asm-x86_64/mach-xen/asm/processor.h	2006-09-02 10:22:30.000000000 -0400
+@@ -244,6 +244,12 @@ struct tss_struct {
+ DECLARE_PER_CPU(struct tss_struct,init_tss);
+ #endif
+ 
++/* Save the original ist values for checking stack pointers during debugging */
++struct orig_ist {
++	unsigned long ist[7];
++};
++DECLARE_PER_CPU(struct orig_ist, orig_ist);
++
+ extern struct cpuinfo_x86 boot_cpu_data;
+ 
+ #ifdef CONFIG_X86_VSMP




More information about the fedora-cvs-commits mailing list