[kernel] r5519 - dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches

Martin Michlmayr tbm at costa.debian.org
Thu Jan 19 02:40:25 UTC 2006


Author: tbm
Date: Thu Jan 19 02:40:24 2006
New Revision: 5519

Modified:
   dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/55_o32-kcore.dpatch
Log:
fix for 2.6.15


Modified: dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/55_o32-kcore.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/55_o32-kcore.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/55_o32-kcore.dpatch	Thu Jan 19 02:40:24 2006
@@ -45,7 +45,7 @@
  }
  
 +static struct kcore_list kcore_mem, kcore_vmalloc;
-+#ifdef CONFIG_MIPS64
++#ifdef CONFIG_64BIT
 +static struct kcore_list kcore_kseg0;
 +#endif
 +
@@ -56,7 +56,7 @@
  	datasize =  (unsigned long) &_edata - (unsigned long) &_etext;
  	initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
  
-+#ifdef CONFIG_MIPS64
++#ifdef CONFIG_64BIT
 +	if ((unsigned long) &_text > (unsigned long) CKSEG0)
 +		/* The -4 is a hack so that user tools don't have to handle
 +		   the overflow.  */



More information about the Kernel-svn-changes mailing list