From: Michael Ellerman Date: Thu, 21 Jun 2012 17:52:29 +0000 (+0000) Subject: powerpc: Turn on BPF_JIT in ppc64_defconfig X-Git-Tag: v3.6-rc1~132^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db9112173b185995b80f56e136bd2ae44e4e6366;p=profile%2Fivi%2Fkernel-x86-ivi.git powerpc: Turn on BPF_JIT in ppc64_defconfig Matt added BPF_JIT support in commit 0ca87f05, but currently none of our defconfigs build it. Turn that sucker on. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 273e2bd..f2fe0c2 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -490,3 +490,4 @@ CONFIG_VIRTUALIZATION=y CONFIG_KVM_BOOK3S_64=m CONFIG_KVM_BOOK3S_64_HV=y CONFIG_VHOST_NET=m +CONFIG_BPF_JIT=y