The patch titled
     softlockup debug
has been removed from the -mm tree.  Its filename was
     softlockup-debug2.patch

This patch was dropped because it is obsolete

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: softlockup debug
From: "Dmitry Adamushko" <[EMAIL PROTECTED]>

Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 kernel/softlockup.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/softlockup.c~softlockup-debug2 kernel/softlockup.c
--- a/kernel/softlockup.c~softlockup-debug2
+++ a/kernel/softlockup.c
@@ -236,6 +236,7 @@ static int watchdog(void *__bind_cpu)
                        check_hung_uninterruptible_tasks(this_cpu);
 
        }
+       printk(KERN_ERR "watchdog(cpu: %d) -- exit\n", this_cpu);
 
        return 0;
 }
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
softlockup-workaround.patch
softlockup-debug2.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to