]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitd1c85c2ebe7ffe1f1b27846bd1ba0944c513d822
tree453ec7871afc5de44b46fb3be68967d5f000133d
parent1e8430f30b55a1f3f6925c9f37f8cc9afd141d2e
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