aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/asm-offsets.c')
-rw-r--r--arch/x86/kernel/asm-offsets.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/asm-offsets.c b/arch/x86/kernel/asm-offsets.c
index 2b141c1915a5..4f13fafc5264 100644
--- a/arch/x86/kernel/asm-offsets.c
+++ b/arch/x86/kernel/asm-offsets.c
@@ -29,11 +29,6 @@
29 29
30void common(void) { 30void common(void) {
31 BLANK(); 31 BLANK();
32 DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
33 DEFINE(PAGE_SHIFT_asm, PAGE_SHIFT);
34 DEFINE(THREAD_SIZE_asm, THREAD_SIZE);
35
36 BLANK();
37 OFFSET(TI_flags, thread_info, flags); 32 OFFSET(TI_flags, thread_info, flags);
38 OFFSET(TI_status, thread_info, status); 33 OFFSET(TI_status, thread_info, status);
39 OFFSET(TI_addr_limit, thread_info, addr_limit); 34 OFFSET(TI_addr_limit, thread_info, addr_limit);