From: David S. Miller Date: Tue, 13 May 2014 17:13:33 +0000 (-0400) Subject: net: filter: Fix redefinition warnings on x86-64. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1268e253a81e504bc5d5cb7f887dbd538984f137;p=pandora-kernel.git net: filter: Fix redefinition warnings on x86-64. Do not collide with the x86-64 PTRACE user API namespace. net/core/filter.c:57:0: warning: "R8" redefined [enabled by default] arch/x86/include/uapi/asm/ptrace-abi.h:38:0: note: this is the location of the previous definition Fix by adding a BPF_ prefix to the register macros. Reported-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed