rpms/kernel/devel linux-2.6-compile-fixes.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 1 22:48:03 UTC 2005


Author: davej

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

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


linux-2.6-compile-fixes.patch:
 linux-10000/arch/i386/Makefile               |    4 ++--
 linux-10000/arch/i386/kernel/Makefile        |    6 +++---
 linux-10000/arch/i386/kernel/nmi.c           |    2 +-
 linux-10000/arch/ppc64/Makefile              |    2 +-
 linux-10000/arch/ppc64/boot/Makefile         |    3 +++
 linux-10000/arch/x86_64/ia32/sys_ia32.c      |    1 -
 linux-10000/arch/x86_64/mm/init.c            |    2 --
 linux-10000/drivers/acpi/ec.c                |    2 +-
 linux-10000/drivers/net/acenic.c             |    2 +-
 linux-10000/drivers/pci/search.c             |    2 +-
 linux-10000/drivers/usb/storage/scsiglue.c   |    2 +-
 linux-10000/fs/open.c                        |    1 -
 linux-10000/fs/proc/generic.c                |    2 +-
 linux-10000/include/linux/config.h           |    4 +++-
 linux-10000/include/linux/delay.h            |   17 ++++++++---------
 linux-10000/include/linux/gfp.h              |    2 +-
 linux-10000/include/linux/namei.h            |    2 +-
 linux-10000/init/Kconfig                     |    2 +-
 linux-10000/kernel/pid.c                     |    2 +-
 linux-10000/scripts/reference_discarded.pl   |    3 ++-
 linux-10000/scripts/reference_init.pl        |    1 +
 linux-10000/sound/core/oss/pcm_oss.c         |    7 +++++++
 linux-10001/arch/ppc/Makefile                |    1 +
 linux-10001/arch/ppc/kernel/head.S           |    2 +-
 linux-10001/arch/ppc/kernel/misc.S           |    2 +-
 linux-10001/arch/ppc/mm/hashtable.S          |    4 ++--
 linux-10001/arch/ppc/platforms/pmac_sleep.S  |    2 +-
 linux-10001/arch/ppc64/Makefile              |    2 +-
 linux-10001/arch/ppc64/boot/main.c           |    1 +
 linux-10001/crypto/Makefile                  |    2 ++
 linux-10001/drivers/md/Makefile              |    2 ++
 linux-10001/include/asm-ppc/ppc_asm.h        |    2 +-
 linux-10001/include/linux/config.h           |    2 +-
 linux-10001/scripts/kconfig/Makefile         |    2 +-
 linux-10001/scripts/reference_discarded.pl   |    1 +
 linux-10001/sound/core/oss/Makefile          |    1 +
 linux-2.6.11/Makefile                        |    2 +-
 linux-2.6.11/drivers/char/agp/hp-agp.c       |    3 +--
 linux-2.6.11/drivers/scsi/ide-scsi.c         |    7 ++++++-
 linux-2.6.11/drivers/usb/storage/usb.c       |    2 +-
 linux-2.6.12/drivers/net/skge.c              |    2 +-
 linux-2.6.12/drivers/scsi/aacraid/commctrl.c |    2 +-
 linux-2.6.12/include/asm-i386/mmzone.h       |   24 +++++++++++-------------
 43 files changed, 79 insertions(+), 60 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-compile-fixes.patch	1 Jul 2005 22:31:38 -0000	1.4
+++ linux-2.6-compile-fixes.patch	1 Jul 2005 22:47:59 -0000	1.5
@@ -613,3 +613,14 @@
 -extern int early_pfn_to_nid(unsigned long pfn);
 -
  #endif /* _ASM_MMZONE_H_ */
+--- linux-2.6.12/drivers/net/skge.c~	2005-07-01 18:46:54.000000000 -0400
++++ linux-2.6.12/drivers/net/skge.c	2005-07-01 18:47:34.000000000 -0400
+@@ -3148,7 +3148,7 @@ static int __devinit skge_probe(struct p
+ 		u32 reg;
+ 
+ 		pci_read_config_dword(pdev, PCI_DEV_REG2, &reg);
+-		reg |= PCI_REV_DESC;
++		reg |= 1 << 2;	/* PCI_REV_DESC */
+ 		pci_write_config_dword(pdev, PCI_DEV_REG2, reg);
+ 	}
+ #endif




More information about the fedora-cvs-commits mailing list