support vdso which borrows clocksource from linux
This commit is contained in:
@ -111,4 +111,14 @@ void init_tick(void);
|
||||
void init_delay(void);
|
||||
void sync_tick(void);
|
||||
|
||||
struct pvclock_vcpu_time_info {
|
||||
long contents[32/sizeof(long)];
|
||||
};
|
||||
|
||||
extern struct pvclock_vcpu_time_info *pvti;
|
||||
extern int pvti_npages;
|
||||
|
||||
int arch_setup_pvclock(void);
|
||||
void arch_start_pvclock(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user