The patch titled clocksource: parisc initialize list value has been added to the -mm tree. Its filename is clocksource-parisc-initialize-list-value.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: clocksource: parisc initialize list value From: Daniel Walker <dwalker@xxxxxxxxxx> Update arch/parisc/ with list initialization. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Cc: Grant Grundler <grundler@xxxxxxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/parisc/kernel/time.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/parisc/kernel/time.c~clocksource-parisc-initialize-list-value arch/parisc/kernel/time.c --- a/arch/parisc/kernel/time.c~clocksource-parisc-initialize-list-value +++ a/arch/parisc/kernel/time.c @@ -184,6 +184,7 @@ static struct clocksource clocksource_cr .mult = 0, /* to be set */ .shift = 22, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_cr16.list), }; #ifdef CONFIG_SMP _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are clocksource-arm-initialize-list-value.patch clocksource-parisc-initialize-list-value.patch clocksource-avr32-initialize-list-value.patch 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