diff options
Diffstat (limited to 'arch/arm/kernel/asm-offsets.c')
-rw-r--r-- | arch/arm/kernel/asm-offsets.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c index 2d2d6087b9b1..9147008f0d51 100644 --- a/arch/arm/kernel/asm-offsets.c +++ b/arch/arm/kernel/asm-offsets.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <asm/memory.h> | 25 | #include <asm/memory.h> |
26 | #include <asm/procinfo.h> | 26 | #include <asm/procinfo.h> |
27 | #include <asm/suspend.h> | 27 | #include <asm/suspend.h> |
28 | #include <asm/vdso_datapage.h> | ||
28 | #include <asm/hardware/cache-l2x0.h> | 29 | #include <asm/hardware/cache-l2x0.h> |
29 | #include <linux/kbuild.h> | 30 | #include <linux/kbuild.h> |
30 | 31 | ||
@@ -210,5 +211,9 @@ int main(void) | |||
210 | #endif | 211 | #endif |
211 | DEFINE(KVM_VTTBR, offsetof(struct kvm, arch.vttbr)); | 212 | DEFINE(KVM_VTTBR, offsetof(struct kvm, arch.vttbr)); |
212 | #endif | 213 | #endif |
214 | BLANK(); | ||
215 | #ifdef CONFIG_VDSO | ||
216 | DEFINE(VDSO_DATA_SIZE, sizeof(union vdso_data_store)); | ||
217 | #endif | ||
213 | return 0; | 218 | return 0; |
214 | } | 219 | } |