OSDN Git Service

Merge branch 'ppc_bpf'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:19:56 +0000 (15:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:19:56 +0000 (15:19 -0500)
commit216fa18f339e9e006a93cacb54884348da668b9e
treec3ccd2fc49b5d947871b4dcbaf650e4bc7a3ac7f
parent6d91147d183c87d290f3b062d3fbf1ede312b449
parenteb84bab0fb38047eca79b189cde5a95312fa5818
Merge branch 'ppc_bpf'

Denis Kirjanov says:

====================
bpf: Enable BPF JIT on ppc32

This patch series enables BPF JIT on ppc32. There are relatevily
few chnages in the code to make it work.

All test_bpf tests passed both on 7447a and P2041-based machines.

Changelog:
v1 - > v2: Reordered Kconfig patch in the series
====================

Signed-off-by: David S. Miller <davem@davemloft.net>