vdso: correct pvti array element type

struct pvclock_vsyscall_time_info <-- struct pvclock_vcpu_time_info
This commit is contained in:
NAKAMURA Gou
2016-04-11 21:57:18 +09:00
parent 6f32544dde
commit 7298d8e179
2 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ uint64_t boot_pat_state = 0;
int no_turbo = 0; /* May be updated by early parsing of kargs */
extern int num_processors; /* kernel/ap.c */
struct pvclock_vcpu_time_info *pvti = NULL;
struct pvclock_vsyscall_time_info *pvti = NULL;
int pvti_npages;
static long pvti_msr = -1;