Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/arch/x86/include/asm/tsc.h
blob:c0427295e8f58956e32f833c78c9ad75676778d2 -> blob:1ca132fc0d039cbc8c3b7f605fa4dbbd91db7291
--- arch/x86/include/asm/tsc.h
+++ arch/x86/include/asm/tsc.h
@@ -59,5 +59,7 @@ extern void check_tsc_sync_source(int cp
extern void check_tsc_sync_target(void);
extern int notsc_setup(char *);
+extern void save_sched_clock_state(void);
+extern void restore_sched_clock_state(void);
#endif /* _ASM_X86_TSC_H */