The patch titled
clocksource: s390 initialize list value
has been removed from the -mm tree. Its filename was
clocksource-s390-initialize-list-value.patch
This patch was dropped because of general bunfight
------------------------------------------------------
Subject: clocksource: s390 initialize list value
From: Daniel Walker <[EMAIL PROTECTED]>
Update arch/s390 with list initialization.
Signed-off-by: Daniel Walker <[EMAIL PROTECTED]>
Cc: Heiko Carstens <[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/s390/kernel/time.c | 1 +
1 file changed, 1 insertion(+)
diff -puN arch/s390/kernel/time.c~clocksource-s390-initialize-list-value
arch/s390/kernel/time.c
--- a/arch/s390/kernel/time.c~clocksource-s390-initialize-list-value
+++ a/arch/s390/kernel/time.c
@@ -314,6 +314,7 @@ static struct clocksource clocksource_to
.mult = 1000,
.shift = 12,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
+ .list = LIST_HEAD_INIT(clocksource_tod.list),
};
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
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