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 <dwalker@xxxxxxxxxx> Update arch/mips/ with list initialization. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 dwalker@xxxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html