The patch titled
Possible bugfix: make dmi_mark_tsc_unstable() call mark_tsc_unstable()
has been removed from the -mm tree. Its filename was
possible-bugfix-make-dmi_mark_tsc_unstable-call-mark_tsc_unstable.patch
This patch was dropped because dropping the pther patch broke it
------------------------------------------------------
Subject: Possible bugfix: make dmi_mark_tsc_unstable() call mark_tsc_unstable()
From: "Guillaume Chazarain" <[EMAIL PROTECTED]>
Let the clocksource know the TSC is disabled.
Signed-off-by: Guillaume Chazarain <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: john stultz <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/i386/kernel/tsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
arch/i386/kernel/tsc.c~possible-bugfix-make-dmi_mark_tsc_unstable-call-mark_tsc_unstable
arch/i386/kernel/tsc.c
---
a/arch/i386/kernel/tsc.c~possible-bugfix-make-dmi_mark_tsc_unstable-call-mark_tsc_unstable
+++ a/arch/i386/kernel/tsc.c
@@ -287,7 +287,7 @@ static int __init dmi_mark_tsc_unstable(
{
printk(KERN_NOTICE "%s detected: marking TSC unstable.\n",
d->ident);
- tsc_disable = 1;
+ mark_tsc_unstable();
return 0;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
possible-bugfix-make-dmi_mark_tsc_unstable-call-mark_tsc_unstable.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