The patch titled
     clocksource: mips initialize list value
has been removed from the -mm tree.  Its filename was
     clocksource-mips-initialize-list-value.patch

This patch was dropped because of general bunfight

------------------------------------------------------
Subject: clocksource: mips initialize list value
From: Daniel Walker <[EMAIL PROTECTED]>

Update arch/mips/ with list initialization.

Signed-off-by: Daniel Walker <[EMAIL PROTECTED]>
Cc: Ralf Baechle <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: john stultz <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/mips/kernel/time.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/mips/kernel/time.c~clocksource-mips-initialize-list-value 
arch/mips/kernel/time.c
--- a/arch/mips/kernel/time.c~clocksource-mips-initialize-list-value
+++ a/arch/mips/kernel/time.c
@@ -308,6 +308,7 @@ struct clocksource clocksource_mips = {
        .name           = "MIPS",
        .mask           = 0xffffffff,
        .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
+       .list           = LIST_HEAD_INIT(clocksource_mips.list),
 };
 
 static void __init init_mips_clocksource(void)
_

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

clocksource-mips-initialize-list-value.patch
clocksource-i386-initialize-list-value.patch
clocksource-x86_64-initialize-list-value.patch
clocksource-s390-initialize-list-value.patch
clocksource-driver-initialize-list-value.patch
clocksource-refactor-duplicate-registration-checking.patch
slim-make-and-config-stuff.patch
profile-likely-unlikely-macros.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