]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Fri, 22 Aug 2014 02:40:15 +0000 (10:40 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 25 Aug 2014 08:45:28 +0000 (10:45 +0200)
commit1e5ba85a105c68e78978023a3bc4dcda6067c48c
tree453ec7871afc5de44b46fb3be68967d5f000133d
parent486551b254cea0f9cd8d4c04ebe4051b6ac85973
netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL

Use HAVE_JUMP_LABEL as elsewhere in the kernel to ensure
that the toolchain has the required support in addition to
CONFIG_JUMP_LABEL being set.

Signed-off-by: Zhouyi Zhou <yizhouzhou@ict.ac.cn>
Reviewed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter.h
net/netfilter/core.c