[PATCH 07/12] clocksource: x86_64 initialize list value

2007-01-22 Thread Daniel Walker
Update arch/x86_64/ with list initialization.

Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]>

---
 arch/x86_64/kernel/hpet.c |1 +
 arch/x86_64/kernel/tsc.c  |1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6.19/arch/x86_64/kernel/hpet.c
===
--- linux-2.6.19.orig/arch/x86_64/kernel/hpet.c
+++ linux-2.6.19/arch/x86_64/kernel/hpet.c
@@ -472,6 +472,7 @@ struct clocksource clocksource_hpet = {
.shift  = HPET_SHIFT,
.is_continuous  = 1,
.vread  = vread_hpet,
+   .list   = LIST_HEAD_INIT(clocksource_hpet.list),
 };
 
 static int __init init_hpet_clocksource(void)
Index: linux-2.6.19/arch/x86_64/kernel/tsc.c
===
--- linux-2.6.19.orig/arch/x86_64/kernel/tsc.c
+++ linux-2.6.19/arch/x86_64/kernel/tsc.c
@@ -209,6 +209,7 @@ static struct clocksource clocksource_ts
.update_callback= tsc_update_callback,
.is_continuous  = 1,
.vread  = vread_tsc,
+   .list   = LIST_HEAD_INIT(clocksource_tsc.list),
 };
 
 static int tsc_update_callback(void)

-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 07/12] clocksource: x86_64 initialize list value

2007-01-22 Thread Daniel Walker
Update arch/x86_64/ with list initialization.

Signed-Off-By: Daniel Walker [EMAIL PROTECTED]

---
 arch/x86_64/kernel/hpet.c |1 +
 arch/x86_64/kernel/tsc.c  |1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6.19/arch/x86_64/kernel/hpet.c
===
--- linux-2.6.19.orig/arch/x86_64/kernel/hpet.c
+++ linux-2.6.19/arch/x86_64/kernel/hpet.c
@@ -472,6 +472,7 @@ struct clocksource clocksource_hpet = {
.shift  = HPET_SHIFT,
.is_continuous  = 1,
.vread  = vread_hpet,
+   .list   = LIST_HEAD_INIT(clocksource_hpet.list),
 };
 
 static int __init init_hpet_clocksource(void)
Index: linux-2.6.19/arch/x86_64/kernel/tsc.c
===
--- linux-2.6.19.orig/arch/x86_64/kernel/tsc.c
+++ linux-2.6.19/arch/x86_64/kernel/tsc.c
@@ -209,6 +209,7 @@ static struct clocksource clocksource_ts
.update_callback= tsc_update_callback,
.is_continuous  = 1,
.vread  = vread_tsc,
+   .list   = LIST_HEAD_INIT(clocksource_tsc.list),
 };
 
 static int tsc_update_callback(void)

-- 
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/