[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1175282358.12252.179.camel@imap.mvista.com>
Date: Fri, 30 Mar 2007 12:19:18 -0700
From: Daniel Walker <dwalker@...sta.com>
To: Heiko Carstens <heiko.carstens@...ibm.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
johnstul@...ibm.com
Subject: Re: [PATCH 8/9] clocksource: s390 initialize list value
On Fri, 2007-03-30 at 21:09 +0200, Heiko Carstens wrote:
> On Fri, Mar 30, 2007 at 11:45:49AM -0700, Daniel Walker wrote:
> > Update arch/s390 with list initialization.
> >
> > Signed-Off-By: Daniel Walker <dwalker@...sta.com>
> >
> > ---
> > arch/s390/kernel/time.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > Index: linux-2.6.20/arch/s390/kernel/time.c
> > ===================================================================
> > --- linux-2.6.20.orig/arch/s390/kernel/time.c
> > +++ linux-2.6.20/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),
> > };
>
> Why? This doesn't fix anything...
It's needed for patch 9/9 in the series.
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists