From cf07053214efccc80eed429dcd8f95583af75e7b Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 15 Jan 2013 15:27:45 +0000 Subject: metag: log core and timer frequencies from arch code Log core clock and Meta timer frequencies during init in architecture generic code, removing the need for equivalent log messages in SoC specific code. Signed-off-by: James Hogan Cc: John Stultz Cc: Thomas Gleixner --- arch/metag/kernel/clock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/metag') diff --git a/arch/metag/kernel/clock.c b/arch/metag/kernel/clock.c index 8bfd6a5..6339c9c 100644 --- a/arch/metag/kernel/clock.c +++ b/arch/metag/kernel/clock.c @@ -87,6 +87,8 @@ static void __init init_metag_core_clock(void) void __init init_metag_clocks(void) { init_metag_core_clock(); + + pr_info("Core clock frequency: %lu Hz\n", get_coreclock()); } /** -- cgit v1.1