]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/time.h
V4L/DVB (3577): Cleanup audio input handling
[linux-2.6-omap-h63xx.git] / include / asm-ppc / time.h
index 321fb75b5f222f7a20ca3841fedf5b040ba823cf..c86112323c9f097e3297d7dc74a51efeae76b4cb 100644 (file)
@@ -153,5 +153,10 @@ extern __inline__ unsigned binary_tbl(void) {
 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
 
 unsigned mulhwu_scale_factor(unsigned, unsigned);
+
+#define account_process_vtime(tsk)             do { } while (0)
+#define calculate_steal_time()                 do { } while (0)
+#define snapshot_timebases()                   do { } while (0)
+
 #endif /* __ASM_TIME_H__ */
 #endif /* __KERNEL__ */