From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH] misspelled if def in xen/arch/timer.c Date: Fri, 25 Mar 2005 14:36:00 -0600 Message-ID: <1111782961.11028.14.camel@thinkpad> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-x6ozIE7aTrwu/2AXThKq" Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: xen-devel List-Id: xen-devel@lists.xenproject.org --=-x6ozIE7aTrwu/2AXThKq Content-Type: text/plain Content-Transfer-Encoding: 7bit I was walking through the code and noticed that the macro around an error check that was not correctly defined...it was "_i386__", should be "__i386__". -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) --=-x6ozIE7aTrwu/2AXThKq Content-Disposition: attachment; filename=time_if_def_misspell.diff Content-Type: text/x-patch; name=time_if_def_misspell.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit --- xen-unstable/xen/arch/x86/time.c 2005-03-24 22:16:27.000000000 -0600 +++ xen-unstable.work/xen/arch/x86/time.c 2005-03-25 14:21:03.000000000 -0600 @@ -135,7 +135,7 @@ static unsigned long __init calibrate_ts diff = end - start; -#if defined(_i386__) +#if defined(__i386__) /* If quotient doesn't fit in 32 bits then we return error (zero). */ if ( diff & ~0xffffffffULL ) return 0; --=-x6ozIE7aTrwu/2AXThKq Content-Disposition: attachment; filename=time_if_def_misspell.diff Content-Type: text/x-patch; name=time_if_def_misspell.diff; charset=utf-8 Content-Transfer-Encoding: 7bit --- xen-unstable/xen/arch/x86/time.c 2005-03-24 22:16:27.000000000 -0600 +++ xen-unstable.work/xen/arch/x86/time.c 2005-03-25 14:21:03.000000000 -0600 @@ -135,7 +135,7 @@ static unsigned long __init calibrate_ts diff = end - start; -#if defined(_i386__) +#if defined(__i386__) /* If quotient doesn't fit in 32 bits then we return error (zero). */ if ( diff & ~0xffffffffULL ) return 0; --=-x6ozIE7aTrwu/2AXThKq-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click