ChangeSet 1.2231.1.85, 2005/03/28 19:40:09-08:00, [EMAIL PROTECTED]

        [PATCH] x86_64: Fix missing delay when the TSC counter just   overflowed
        
        Fix missing delay when the TSC counter just overflowed
        
        Noticed by Jan Beulich
        
        Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
        Cc: <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 delay.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/x86_64/lib/delay.c b/arch/x86_64/lib/delay.c
--- a/arch/x86_64/lib/delay.c   2005-03-28 21:25:09 -08:00
+++ b/arch/x86_64/lib/delay.c   2005-03-28 21:25:09 -08:00
@@ -21,7 +21,7 @@
 
 void __delay(unsigned long loops)
 {
-       unsigned long bclock, now;
+       unsigned bclock, now;
        
        rdtscl(bclock);
        do
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to