ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S
authorDenis Kirjanov <kda@linux-powerpc.org>
Tue, 17 Feb 2015 07:04:41 +0000 (10:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:19:43 +0000 (15:19 -0500)
Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/powerpc/net/Makefile
arch/powerpc/net/bpf_jit_asm.S [moved from arch/powerpc/net/bpf_jit_64.S with 100% similarity]

index 266b395..1306a58 100644 (file)
@@ -1,4 +1,4 @@
 #
 # Arch-specific network modules
 #
-obj-$(CONFIG_BPF_JIT) += bpf_jit_64.o bpf_jit_comp.o
+obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o