[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201308291535.53005.arnd@arndb.de>
Date: Thu, 29 Aug 2013 15:35:52 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
Cc: Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RFC v2 14/16] ARM: vexpress: remove custom .init_time hook
On Tuesday 27 August 2013, Sebastian Hesselbarth wrote:
> @@ -422,16 +419,8 @@ void __init v2m_dt_init_early(void)
> pr_warning("vexpress: DT HBI (%x) is not matching "
> "hardware (%x)!\n", dt_hbi, hbi);
> }
> -}
> -
> -static void __init v2m_dt_timer_init(void)
> -{
> - of_clk_init(NULL);
>
> - clocksource_of_init();
> -
> - versatile_sched_clock_init(vexpress_get_24mhz_clock_base(),
> - 24000000);
> + versatile_sched_clock_init(vexpress_get_24mhz_clock_base(), 24000000);
> }
You are moving versatile_sched_clock_init() ahead of clocksource_of_init(), which I suspect
won't work. Have you checked this?
Arnd
--
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