1 --- a/arch/arm/mach-ixp4xx/common.c
2 +++ b/arch/arm/mach-ixp4xx/common.c
3 @@ -466,6 +466,17 @@ static void __init ixp4xx_clocksource_in
9 +unsigned long long sched_clock(void)
11 + cycle_t cyc = ixp4xx_get_cycles(NULL);
12 + struct clocksource *cs = &clocksource_ixp4xx;
14 + return clocksource_cyc2ns(cyc, cs->mult, cs->shift);
20 static int ixp4xx_set_next_event(unsigned long evt,