ARM: ensure all sched_clock() implementations are notrace marked
[pandora-kernel.git] / arch / arm / mach-sa1100 / generic.c
index 3c1fcd6..33b4969 100644 (file)
@@ -119,7 +119,7 @@ unsigned int sa11x0_getspeed(unsigned int cpu)
  *
  *  ( * 1E9 / 3686400 => * 78125 / 288)
  */
-unsigned long long sched_clock(void)
+unsigned long long notrace sched_clock(void)
 {
        unsigned long long v = cnt32_to_63(OSCR);