diff options
| -rw-r--r-- | arch/x86/entry/vdso/vdso2c.c | 3 | ||||
| -rw-r--r-- | arch/x86/include/asm/vdso.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/entry/vdso/vdso2c.c b/arch/x86/entry/vdso/vdso2c.c index 8e470b018512..3a4d8d4d39f8 100644 --- a/arch/x86/entry/vdso/vdso2c.c +++ b/arch/x86/entry/vdso/vdso2c.c | |||
| @@ -73,14 +73,12 @@ const char *outfilename; | |||
| 73 | enum { | 73 | enum { |
| 74 | sym_vvar_start, | 74 | sym_vvar_start, |
| 75 | sym_vvar_page, | 75 | sym_vvar_page, |
| 76 | sym_hpet_page, | ||
| 77 | sym_pvclock_page, | 76 | sym_pvclock_page, |
| 78 | sym_hvclock_page, | 77 | sym_hvclock_page, |
| 79 | }; | 78 | }; |
| 80 | 79 | ||
| 81 | const int special_pages[] = { | 80 | const int special_pages[] = { |
| 82 | sym_vvar_page, | 81 | sym_vvar_page, |
| 83 | sym_hpet_page, | ||
| 84 | sym_pvclock_page, | 82 | sym_pvclock_page, |
| 85 | sym_hvclock_page, | 83 | sym_hvclock_page, |
| 86 | }; | 84 | }; |
| @@ -93,7 +91,6 @@ struct vdso_sym { | |||
| 93 | struct vdso_sym required_syms[] = { | 91 | struct vdso_sym required_syms[] = { |
| 94 | [sym_vvar_start] = {"vvar_start", true}, | 92 | [sym_vvar_start] = {"vvar_start", true}, |
| 95 | [sym_vvar_page] = {"vvar_page", true}, | 93 | [sym_vvar_page] = {"vvar_page", true}, |
| 96 | [sym_hpet_page] = {"hpet_page", true}, | ||
| 97 | [sym_pvclock_page] = {"pvclock_page", true}, | 94 | [sym_pvclock_page] = {"pvclock_page", true}, |
| 98 | [sym_hvclock_page] = {"hvclock_page", true}, | 95 | [sym_hvclock_page] = {"hvclock_page", true}, |
| 99 | {"VDSO32_NOTE_MASK", true}, | 96 | {"VDSO32_NOTE_MASK", true}, |
diff --git a/arch/x86/include/asm/vdso.h b/arch/x86/include/asm/vdso.h index 27566e57e87d..230474e2ddb5 100644 --- a/arch/x86/include/asm/vdso.h +++ b/arch/x86/include/asm/vdso.h | |||
| @@ -19,7 +19,6 @@ struct vdso_image { | |||
| 19 | long sym_vvar_start; /* Negative offset to the vvar area */ | 19 | long sym_vvar_start; /* Negative offset to the vvar area */ |
| 20 | 20 | ||
| 21 | long sym_vvar_page; | 21 | long sym_vvar_page; |
| 22 | long sym_hpet_page; | ||
| 23 | long sym_pvclock_page; | 22 | long sym_pvclock_page; |
| 24 | long sym_hvclock_page; | 23 | long sym_hvclock_page; |
| 25 | long sym_VDSO32_NOTE_MASK; | 24 | long sym_VDSO32_NOTE_MASK; |
