From: Eric Dumazet Date: Tue, 17 Apr 2012 16:51:19 +0000 (+0000) Subject: net: filter: remove unused cpu_off in sparc JIT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=85bba52de16e00161b757567a7f1af12dc1e526a;p=deliverable%2Flinux.git net: filter: remove unused cpu_off in sparc JIT Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/arch/sparc/net/bpf_jit_comp.c b/arch/sparc/net/bpf_jit_comp.c index 4ce0296575eb..1a69244e785b 100644 --- a/arch/sparc/net/bpf_jit_comp.c +++ b/arch/sparc/net/bpf_jit_comp.c @@ -240,8 +240,6 @@ do { *prog++ = LD32I | RS1(FP) | S13(-(OFF)) | RD(DEST); \ do { *prog++ = LD32I | RS1(FP) | S13(-(OFF)) | RD(SRC); \ } while (0) -#define cpu_off offsetof(struct thread_info, cpu) - #ifdef CONFIG_SMP #ifdef CONFIG_SPARC64 #define emit_load_cpu(REG) \