rpms/kernel/devel kernel-2.6.spec, 1.1313, 1.1314 linux-2.6.9-xen-compile.patch, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 16 20:24:50 UTC 2005


Author: riel

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

Modified Files:
	kernel-2.6.spec linux-2.6.9-xen-compile.patch 
Log Message:
fix Xen compile


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1313
retrieving revision 1.1314
diff -u -r1.1313 -r1.1314
--- kernel-2.6.spec	14 May 2005 20:46:57 -0000	1.1313
+++ kernel-2.6.spec	16 May 2005 20:24:48 -0000	1.1314
@@ -9,7 +9,7 @@
 %define buildup 1
 %define buildsmp 1
 %if %{FC4}
-%define includexen 0
+%define includexen 1
 %endif
 %define builddoc 0
 

linux-2.6.9-xen-compile.patch:
 linux-2.6.10/arch/xen/i386/pci/irq.c                              |    1 
 linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c             |    3 
 linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/hypervisor.c           |    3 
 linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pgtable-2level.h |    2 
 linux-2.6.11/Makefile                                             |    2 
 linux-2.6.11/arch/xen/Kconfig                                     |    2 
 linux-2.6.11/arch/xen/i386/kernel/Makefile                        |   29 ++-
 linux-2.6.11/arch/xen/i386/kernel/i386_ksyms.c                    |    5 
 linux-2.6.11/arch/xen/i386/kernel/irq.c                           |    5 
 linux-2.6.11/arch/xen/i386/kernel/process.c                       |    9 -
 linux-2.6.11/arch/xen/i386/kernel/putuser.S                       |   87 ++++++++++
 linux-2.6.11/arch/xen/i386/kernel/smpboot.c                       |    2 
 linux-2.6.11/arch/xen/i386/kernel/time.c                          |   45 ++++-
 linux-2.6.11/arch/xen/i386/pci/irq.c                              |    4 
 linux-2.6.11/drivers/char/mem.c                                   |    2 
 linux-2.6.11/drivers/char/tty_io.c                                |    2 
 linux-2.6.11/include/asm-generic/pgtable.h                        |    1 
 linux-2.6.11/include/asm-xen/asm-i386/pgtable.h                   |   21 +-
 linux-2.6.11/include/asm-xen/asm-i386/processor.h                 |   21 ++
 linux-2.6.11/mm/memory.c                                          |    4 
 linux-2.6.8/arch/xen/i386/kernel/time.c                           |    2 
 linux-2.6.9/Makefile                                              |    2 
 linux-2.6.9/arch/xen/Makefile                                     |    3 
 linux-2.6.9/arch/xen/boot/Makefile                                |    3 
 linux-2.6.9/kernel/profile.c                                      |    1 
 25 files changed, 216 insertions(+), 45 deletions(-)

Index: linux-2.6.9-xen-compile.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.9-xen-compile.patch,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- linux-2.6.9-xen-compile.patch	27 Apr 2005 16:57:38 -0000	1.40
+++ linux-2.6.9-xen-compile.patch	16 May 2005 20:24:48 -0000	1.41
@@ -643,3 +643,14 @@
 Xen-changelog mailing list
 Xen-changelog at lists.xensource.com
 http://lists.xensource.com/xen-changelog
+--- linux-2.6.11/Makefile.order	2005-05-16 16:20:20.000000000 -0400
++++ linux-2.6.11/Makefile	2005-05-16 16:21:30.000000000 -0400
+@@ -530,7 +530,7 @@
+ include $(srctree)/arch/$(ARCH)/Makefile
+ 
+ # arch Makefile may override CC so keep this after arch Makefile is included
+-NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include)
++NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
+ CHECKFLAGS     += $(NOSTDINC_FLAGS)
+ 
+ # warn about C99 declaration after statement




More information about the fedora-cvs-commits mailing list