[kernel] r5927 - dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches

Martin Michlmayr tbm at costa.debian.org
Sun Feb 19 20:49:15 UTC 2006


Author: tbm
Date: Sun Feb 19 20:49:14 2006
New Revision: 5927

Removed:
   dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/23_ip30_physaddr.dpatch
Modified:
   dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/21_ip30.dpatch
Log:
update ip30 patch


Modified: dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/21_ip30.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/21_ip30.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/21_ip30.dpatch	Sun Feb 19 20:49:14 2006
@@ -511,7 +511,7 @@
 +#ifdef CONFIG_64BIT
 +unsigned long kernel_physaddr(unsigned long kva)
 +{
-+	if(kva&0xffffffff00000000UL==0xffffffff00000000UL)
++	if((kva&0xffffffff00000000UL)==0xffffffff00000000UL)
 +		return CPHYSADDR(kva);
 +	return XPHYSADDR(kva);
 +}



More information about the Kernel-svn-changes mailing list