projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d178f9
)
x86/asm: Remove unused TI_cpu
author
Brian Gerst
<brgerst@gmail.com>
Sun, 12 Apr 2015 13:14:46 +0000
(09:14 -0400)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 15 Apr 2015 09:28:50 +0000
(11:28 +0200)
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Link:
http://lkml.kernel.org/r/1428844486-6638-2-git-send-email-brgerst@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/asm-offsets_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/asm-offsets_32.c
b/arch/x86/kernel/asm-offsets_32.c
index
628bfd4
..
6ce3902
100644
(file)
--- a/
arch/x86/kernel/asm-offsets_32.c
+++ b/
arch/x86/kernel/asm-offsets_32.c
@@
-26,9
+26,6
@@
void foo(void)
OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id);
BLANK();
- OFFSET(TI_cpu, thread_info, cpu);
- BLANK();
-
OFFSET(PT_EBX, pt_regs, bx);
OFFSET(PT_ECX, pt_regs, cx);
OFFSET(PT_EDX, pt_regs, dx);